Html Css Color HEX #562FDB Purple Heart

📋 copy color: '#562FDB'

red 86 ◦ green 47 ◦ blue 219

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

Shades of Purple Heart #562FDB

Tints of Purple Heart #562FDB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.35%

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 24.43%
G = 13.35%
B = 62.22%

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

#562FDB (or 0x562FDB) is known color: Purple Heart. HEX triplet: 56, 2F and DB. RGB value is (86,47,219). Sum of RGB (Red+Green+Blue) = 86+47+219=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #562FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562FDB is #A9D024. Grayscale: #4D4D4D. Windows color (decimal): -11128869 or 14364502. OLE color: 14364502.

HSL color Cylindrical-coordinate representation of color #562FDB: hue angle of 253.6º degrees, saturation: 0.7, 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 #562FDB is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 47 219 -
CMYK 0.61 0.79 0 0.14
HSL 253.6º 0.7% 0.52% -
HSV(B) 253.6º 0.79% 0.86% -
XYZ 17.64 9.13 67.85 -
YUV 78.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 86 47 219 0.61 0.79 0 0.14 253.6 0.7 0.52
Hex 56 2F DB 3D 4F 0 E FE 46 34
Octal 126 57 333 75 117 0 16 376 106 64
Binary 1010110 101111 11011011 111101 1001111 0 1110 11111110 1000110 110100

Color Harmonies of #562FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562FDB

Black with #562FDB

Text Example


Text Example

White with #562FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,47,219); }

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

background-color css

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

 a { background-color: rgb(86,47,219); }

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

border-color css

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

 span { border-color: rgb(86,47,219); }

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