Html Css Color HEX #562EDC Purple Heart

📋 copy color: '#562EDC'

red 86 ◦ green 46 ◦ blue 220

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

Shades of Purple Heart #562EDC

Tints of Purple Heart #562EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.5%

R = 24.43%
G = 13.07%
B = 62.5%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#562EDC (or 0x562EDC) is known color: Purple Heart. HEX triplet: 56, 2E and DC. RGB value is (86,46,220). Sum of RGB (Red+Green+Blue) = 86+46+220=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #562EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562EDC is #A9D123. Grayscale: #4D4D4D. Windows color (decimal): -11129124 or 14429782. OLE color: 14429782.

HSL color Cylindrical-coordinate representation of color #562EDC: hue angle of 253.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562EDC is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 46 220 -
CMYK 0.61 0.79 0 0.14
HSL 253.79º 0.71% 0.52% -
HSV(B) 253.79º 0.79% 0.86% -
XYZ 17.73 9.1 68.53 -
YUV 77.8 208.25 133.85 -
System Red Green Blue C M Y K H S L
Decimal 86 46 220 0.61 0.79 0 0.14 253.79 0.71 0.52
Hex 56 2E DC 3D 4F 0 E FE 47 34
Octal 126 56 334 75 117 0 16 376 107 64
Binary 1010110 101110 11011100 111101 1001111 0 1110 11111110 1000111 110100

Color Harmonies of #562EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562EDC

Black with #562EDC

Text Example


Text Example

White with #562EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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