Html Css Color HEX #562DB4 Purple Heart

📋 copy color: '#562DB4'

red 86 ◦ green 45 ◦ blue 180

#562DB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #562DB4

Tints of Purple Heart #562DB4

RGB

 RED value IS 86 (33.98% from 255) = 27.65%

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 180 (70.7% from 255) = 57.88%

R = 27.65%
G = 14.47%
B = 57.88%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#562DB4 (or 0x562DB4) is known color: Purple Heart. HEX triplet: 56, 2D and B4. RGB value is (86,45,180). Sum of RGB (Red+Green+Blue) = 86+45+180=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #562DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562DB4 is #A9D24B. Grayscale: #484848. Windows color (decimal): -11129420 or 11808086. OLE color: 11808086.

HSL color Cylindrical-coordinate representation of color #562DB4: hue angle of 258.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #562DB4 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 45 180 -
CMYK 0.52 0.75 0 0.29
HSL 258.22º 0.6% 0.44% -
HSV(B) 258.22º 0.75% 0.71% -
XYZ 13.01 7.15 43.87 -
YUV 72.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 86 45 180 0.52 0.75 0 0.29 258.22 0.6 0.44
Hex 56 2D B4 34 4B 0 1D 102 3C 2C
Octal 126 55 264 64 113 0 35 402 74 54
Binary 1010110 101101 10110100 110100 1001011 0 11101 100000010 111100 101100

Color Harmonies of #562DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562DB4

Black with #562DB4

Text Example


Text Example

White with #562DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562DB4; }

 p { color: rgb(86,45,180); }

 H1.HeaderClassName
 {
   color: #562DB4;
 }
 .AnyTagClassName
 {
   color: #562DB4;
 }
</style>

background-color css

<style>
 a { background-color: #562DB4; }

 a { background-color: rgb(86,45,180); }

 div.DivClassName
 {
   background-color: #562DB4;
 }
 .BgClassName
 {
   background-color: #562DB4;
 }
</style>

border-color css

<style>
 span { border-color: #562DB4; }

 span { border-color: rgb(86,45,180); }

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