Html Css Color HEX #562CDD Purple Heart

📋 copy color: '#562CDD'

red 86 ◦ green 44 ◦ blue 221

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

Shades of Purple Heart #562CDD

Tints of Purple Heart #562CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 24.5%
G = 12.54%
B = 62.96%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#562CDD (or 0x562CDD) is known color: Purple Heart. HEX triplet: 56, 2C and DD. RGB value is (86,44,221). Sum of RGB (Red+Green+Blue) = 86+44+221=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #562CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562CDD is #A9D322. Grayscale: #4C4C4C. Windows color (decimal): -11129635 or 14494806. OLE color: 14494806.

HSL color Cylindrical-coordinate representation of color #562CDD: hue angle of 254.24º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #562CDD is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 44 221 -
CMYK 0.61 0.80 0 0.13
HSL 254.24º 0.72% 0.52% -
HSV(B) 254.24º 0.8% 0.87% -
XYZ 17.79 9 69.21 -
YUV 76.74 209.41 134.61 -
System Red Green Blue C M Y K H S L
Decimal 86 44 221 0.61 0.80 0 0.13 254.24 0.72 0.52
Hex 56 2C DD 3D 50 0 D FE 48 34
Octal 126 54 335 75 120 0 15 376 110 64
Binary 1010110 101100 11011101 111101 1010000 0 1101 11111110 1001000 110100

Color Harmonies of #562CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562CDD

Black with #562CDD

Text Example


Text Example

White with #562CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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