Html Css Color HEX #562BD6 Purple Heart

📋 copy color: '#562BD6'

red 86 ◦ green 43 ◦ blue 214

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

Shades of Purple Heart #562BD6

Tints of Purple Heart #562BD6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 214 (83.98% from 255) = 62.39%

R = 25.07%
G = 12.54%
B = 62.39%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#562BD6 (or 0x562BD6) is known color: Purple Heart. HEX triplet: 56, 2B and D6. RGB value is (86,43,214). Sum of RGB (Red+Green+Blue) = 86+43+214=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 214 (83.98% from 255 or 62.39% from 343); Max value from RGB is 214 - color contains mainly: blue. Hex color #562BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BD6 is #A9D429. Grayscale: #4A4A4A. Windows color (decimal): -11129898 or 14035798. OLE color: 14035798.

HSL color Cylindrical-coordinate representation of color #562BD6: hue angle of 255.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562BD6 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 86 43 214 -
CMYK 0.60 0.80 0 0.16
HSL 255.09º 0.68% 0.5% -
HSV(B) 255.09º 0.8% 0.84% -
XYZ 16.84 8.56 64.38 -
YUV 75.35 206.25 135.6 -
System Red Green Blue C M Y K H S L
Decimal 86 43 214 0.60 0.80 0 0.16 255.09 0.68 0.5
Hex 56 2B D6 3C 50 0 10 FF 44 32
Octal 126 53 326 74 120 0 20 377 104 62
Binary 1010110 101011 11010110 111100 1010000 0 10000 11111111 1000100 110010

Color Harmonies of #562BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562BD6

Black with #562BD6

Text Example


Text Example

White with #562BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,43,214); }

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

background-color css

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

 a { background-color: rgb(86,43,214); }

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

border-color css

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

 span { border-color: rgb(86,43,214); }

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