Html Css Color HEX #562CCE Purple Heart

📋 copy color: '#562CCE'

red 86 ◦ green 44 ◦ blue 206

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

Shades of Purple Heart #562CCE

Tints of Purple Heart #562CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

 BLUE value IS 206 (80.86% from 255) = 61.31%

R = 25.6%
G = 13.1%
B = 61.31%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#562CCE (or 0x562CCE) is known color: Purple Heart. HEX triplet: 56, 2C and CE. RGB value is (86,44,206). Sum of RGB (Red+Green+Blue) = 86+44+206=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #562CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CCE is #A9D331. Grayscale: #4A4A4A. Windows color (decimal): -11129650 or 13511766. OLE color: 13511766.

HSL color Cylindrical-coordinate representation of color #562CCE: hue angle of 255.56º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562CCE is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 86 44 206 -
CMYK 0.58 0.79 0 0.19
HSL 255.56º 0.65% 0.49% -
HSV(B) 255.56º 0.79% 0.81% -
XYZ 15.88 8.24 59.15 -
YUV 75.03 201.91 135.83 -
System Red Green Blue C M Y K H S L
Decimal 86 44 206 0.58 0.79 0 0.19 255.56 0.65 0.49
Hex 56 2C CE 3A 4F 0 13 100 41 31
Octal 126 54 316 72 117 0 23 400 101 61
Binary 1010110 101100 11001110 111010 1001111 0 10011 100000000 1000001 110001

Color Harmonies of #562CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562CCE

Black with #562CCE

Text Example


Text Example

White with #562CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,44,206); }

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

background-color css

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

 a { background-color: rgb(86,44,206); }

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

border-color css

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

 span { border-color: rgb(86,44,206); }

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