Html Css Color HEX #562CD1 Purple Heart

📋 copy color: '#562CD1'

red 86 ◦ green 44 ◦ blue 209

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

Shades of Purple Heart #562CD1

Tints of Purple Heart #562CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.65%

R = 25.37%
G = 12.98%
B = 61.65%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#562CD1 (or 0x562CD1) is known color: Purple Heart. HEX triplet: 56, 2C and D1. RGB value is (86,44,209). Sum of RGB (Red+Green+Blue) = 86+44+209=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #562CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CD1 is #A9D32E. Grayscale: #4A4A4A. Windows color (decimal): -11129647 or 13708374. OLE color: 13708374.

HSL color Cylindrical-coordinate representation of color #562CD1: hue angle of 255.27º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #562CD1 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 86 44 209 -
CMYK 0.59 0.79 0 0.18
HSL 255.27º 0.65% 0.5% -
HSV(B) 255.27º 0.79% 0.82% -
XYZ 16.25 8.38 61.08 -
YUV 75.37 203.41 135.58 -
System Red Green Blue C M Y K H S L
Decimal 86 44 209 0.59 0.79 0 0.18 255.27 0.65 0.5
Hex 56 2C D1 3B 4F 0 12 FF 41 32
Octal 126 54 321 73 117 0 22 377 101 62
Binary 1010110 101100 11010001 111011 1001111 0 10010 11111111 1000001 110010

Color Harmonies of #562CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562CD1

Black with #562CD1

Text Example


Text Example

White with #562CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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