Html Css Color HEX #562ADB Purple Heart

📋 copy color: '#562ADB'

red 86 ◦ green 42 ◦ blue 219

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

Shades of Purple Heart #562ADB

Tints of Purple Heart #562ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.1%

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

R = 24.78%
G = 12.1%
B = 63.11%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#562ADB (or 0x562ADB) is known color: Purple Heart. HEX triplet: 56, 2A and DB. RGB value is (86,42,219). Sum of RGB (Red+Green+Blue) = 86+42+219=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #562ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562ADB is #A9D524. Grayscale: #4A4A4A. Windows color (decimal): -11130149 or 14363222. OLE color: 14363222.

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

Color convert

RGB 86 42 219 -
CMYK 0.61 0.81 0 0.14
HSL 254.92º 0.71% 0.51% -
HSV(B) 254.92º 0.81% 0.86% -
XYZ 17.45 8.75 67.79 -
YUV 75.33 209.08 135.61 -
System Red Green Blue C M Y K H S L
Decimal 86 42 219 0.61 0.81 0 0.14 254.92 0.71 0.51
Hex 56 2A DB 3D 51 0 E FF 47 33
Octal 126 52 333 75 121 0 16 377 107 63
Binary 1010110 101010 11011011 111101 1010001 0 1110 11111111 1000111 110011

Color Harmonies of #562ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562ADB

Black with #562ADB

Text Example


Text Example

White with #562ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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