Html Css Color HEX #562BDB Purple Heart

📋 copy color: '#562BDB'

red 86 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #562BDB

Tints of Purple Heart #562BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.36%

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

R = 24.71%
G = 12.36%
B = 62.93%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#562BDB (or 0x562BDB) is known color: Purple Heart. HEX triplet: 56, 2B and DB. RGB value is (86,43,219). Sum of RGB (Red+Green+Blue) = 86+43+219=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #562BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #562BDB is #A9D424. Grayscale: #4B4B4B. Windows color (decimal): -11129893 or 14363478. OLE color: 14363478.

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

Color convert

RGB 86 43 219 -
CMYK 0.61 0.80 0 0.14
HSL 254.66º 0.71% 0.51% -
HSV(B) 254.66º 0.8% 0.86% -
XYZ 17.49 8.82 67.8 -
YUV 75.92 208.75 135.19 -
System Red Green Blue C M Y K H S L
Decimal 86 43 219 0.61 0.80 0 0.14 254.66 0.71 0.51
Hex 56 2B DB 3D 50 0 E FF 47 33
Octal 126 53 333 75 120 0 16 377 107 63
Binary 1010110 101011 11011011 111101 1010000 0 1110 11111111 1000111 110011

Color Harmonies of #562BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562BDB

Black with #562BDB

Text Example


Text Example

White with #562BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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