Html Css Color HEX #5629DB Purple Heart

📋 copy color: '#5629DB'

red 86 ◦ green 41 ◦ blue 219

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

Shades of Purple Heart #5629DB

Tints of Purple Heart #5629DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.85%

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

R = 24.86%
G = 11.85%
B = 63.29%

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

#5629DB (or 0x5629DB) is known color: Purple Heart. HEX triplet: 56, 29 and DB. RGB value is (86,41,219). Sum of RGB (Red+Green+Blue) = 86+41+219=346 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.86% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #5629DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5629DB is #A9D624. Grayscale: #4A4A4A. Windows color (decimal): -11130405 or 14362966. OLE color: 14362966.

HSL color Cylindrical-coordinate representation of color #5629DB: hue angle of 255.17º 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 #5629DB is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 41 219 -
CMYK 0.61 0.81 0 0.14
HSL 255.17º 0.71% 0.51% -
HSV(B) 255.17º 0.81% 0.86% -
XYZ 17.42 8.68 67.78 -
YUV 74.75 209.41 136.03 -
System Red Green Blue C M Y K H S L
Decimal 86 41 219 0.61 0.81 0 0.14 255.17 0.71 0.51
Hex 56 29 DB 3D 51 0 E FF 47 33
Octal 126 51 333 75 121 0 16 377 107 63
Binary 1010110 101001 11011011 111101 1010001 0 1110 11111111 1000111 110011

Color Harmonies of #5629DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5629DB

Black with #5629DB

Text Example


Text Example

White with #5629DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5629DB; }

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

 H1.HeaderClassName
 {
   color: #5629DB;
 }
 .AnyTagClassName
 {
   color: #5629DB;
 }
</style>

background-color css

<style>
 a { background-color: #5629DB; }

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

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

border-color css

<style>
 span { border-color: #5629DB; }

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

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