Html Css Color HEX #5926DB Purple Heart

📋 copy color: '#5926DB'

red 89 ◦ green 38 ◦ blue 219

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

Shades of Purple Heart #5926DB

Tints of Purple Heart #5926DB

RGB

 RED value IS 89 (35.16% from 255) = 25.72%

 GREEN value IS 38 (15.23% from 255) = 10.98%

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

R = 25.72%
G = 10.98%
B = 63.29%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5926DB (or 0x5926DB) is known color: Purple Heart. HEX triplet: 59, 26 and DB. RGB value is (89,38,219). Sum of RGB (Red+Green+Blue) = 89+38+219=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 38 (15.23% from 255 or 10.98% 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 #5926DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5926DB is #A6D924. Grayscale: #494949. Windows color (decimal): -10934565 or 14362201. OLE color: 14362201.

HSL color Cylindrical-coordinate representation of color #5926DB: hue angle of 256.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5926DB is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 89 38 219 -
CMYK 0.59 0.83 0 0.14
HSL 256.91º 0.72% 0.5% -
HSV(B) 256.91º 0.83% 0.86% -
XYZ 17.6 8.62 67.75 -
YUV 73.88 209.9 138.78 -
System Red Green Blue C M Y K H S L
Decimal 89 38 219 0.59 0.83 0 0.14 256.91 0.72 0.5
Hex 59 26 DB 3B 53 0 E 101 48 32
Octal 131 46 333 73 123 0 16 401 110 62
Binary 1011001 100110 11011011 111011 1010011 0 1110 100000001 1001000 110010

Color Harmonies of #5926DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5926DB

Black with #5926DB

Text Example


Text Example

White with #5926DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,38,219); }

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

background-color css

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

 a { background-color: rgb(89,38,219); }

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

border-color css

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

 span { border-color: rgb(89,38,219); }

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