#5625D2

Color #5625D2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #5625D2

Tints of Purple Heart #5625D2

Color information

#5625D2 (or 0x5625D2) is unknown color: approx Purple Heart. HEX triplet: 56, 25 and D2. RGB value is (86,37,210). Sum of RGB (Red+Green+Blue) = 86+37+210=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 210 (82.42% from 255 or 63.06% from 333); Max value from RGB is 210 - color contains mainly: blue. Hex color #5625D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5625D2 is #A9DA2D. Grayscale: #464646. Windows color (decimal): -11131438 or 13772118. OLE color: 13772118.

HSL color Cylindrical-coordinate representation of color #5625D2: hue angle of 256.99º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5625D2 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8637210-
CMYK0.590.8200.18
HSL256.99º70.04%48.43%-
HSV(B)256.99º82.38%82.35%-
XYZ16.137.9561.66-
YUV71.37206.23138.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 37 (14.84% from 255) = 11.11%
BLUE value IS 210 (82.42% from 255) = 63.06%
R=25.83%
G=11.11%
B=63.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal86372100.590.8200.18256.9970.0448.43
Hex5625D23B520121014630
Octal126453227312202240110660
Binary10101101001011101001011101110100100100101000000011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5625D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5625D2; }

 p { color: rgb(86,37,210); }

 H1.HeaderClassName
 {
   color: #5625D2;
 }
 .AnyTagClassName
 {
   color: #5625D2;
 }
</style>
background-color css

<style>
 a { background-color: #5625D2; }

 a { background-color: rgb(86,37,210); }

 div.DivClassName
 {
   background-color: #5625D2;
 }
 .BgClassName
 {
   background-color: #5625D2;
 }
</style>
border-color css

<style>
 span { border-color: #5625D2; }

 span { border-color: rgb(86,37,210); }

 td.TdClassName
 {
   border-color: #5625D2;
 }
 .TagClassName
 {
   border-color: #5625D2;
 }
</style>