Html Css Color HEX #562ECD Purple Heart

📋 copy color: '#562ECD'

red 86 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #562ECD

Tints of Purple Heart #562ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.65%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 25.52%
G = 13.65%
B = 60.83%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#562ECD (or 0x562ECD) is known color: Purple Heart. HEX triplet: 56, 2E and CD. RGB value is (86,46,205). Sum of RGB (Red+Green+Blue) = 86+46+205=337 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.52% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #562ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ECD is #A9D132. Grayscale: #4B4B4B. Windows color (decimal): -11129139 or 13446742. OLE color: 13446742.

HSL color Cylindrical-coordinate representation of color #562ECD: hue angle of 255.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #562ECD is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 86 46 205 -
CMYK 0.58 0.78 0 0.20
HSL 255.09º 0.63% 0.49% -
HSV(B) 255.09º 0.78% 0.8% -
XYZ 15.83 8.34 58.53 -
YUV 76.09 200.75 135.07 -
System Red Green Blue C M Y K H S L
Decimal 86 46 205 0.58 0.78 0 0.20 255.09 0.63 0.49
Hex 56 2E CD 3A 4E 0 14 FF 3F 31
Octal 126 56 315 72 116 0 24 377 77 61
Binary 1010110 101110 11001101 111010 1001110 0 10100 11111111 111111 110001

Color Harmonies of #562ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562ECD

Black with #562ECD

Text Example


Text Example

White with #562ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,46,205); }

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

background-color css

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

 a { background-color: rgb(86,46,205); }

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

border-color css

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

 span { border-color: rgb(86,46,205); }

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