Html Css Color HEX #5921DB Purple Heart

📋 copy color: '#5921DB'

red 89 ◦ green 33 ◦ blue 219

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

Shades of Purple Heart #5921DB

Tints of Purple Heart #5921DB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.68%

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

R = 26.1%
G = 9.68%
B = 64.22%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5921DB (or 0x5921DB) is known color: Purple Heart. HEX triplet: 59, 21 and DB. RGB value is (89,33,219). Sum of RGB (Red+Green+Blue) = 89+33+219=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #5921DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5921DB is #A6DE24. Grayscale: #464646. Windows color (decimal): -10935845 or 14360921. OLE color: 14360921.

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

Color convert

RGB 89 33 219 -
CMYK 0.59 0.85 0 0.14
HSL 258.06º 0.74% 0.49% -
HSV(B) 258.06º 0.85% 0.86% -
XYZ 17.45 8.33 67.71 -
YUV 70.95 211.55 140.88 -
System Red Green Blue C M Y K H S L
Decimal 89 33 219 0.59 0.85 0 0.14 258.06 0.74 0.49
Hex 59 21 DB 3B 55 0 E 102 4A 31
Octal 131 41 333 73 125 0 16 402 112 61
Binary 1011001 100001 11011011 111011 1010101 0 1110 100000010 1001010 110001

Color Harmonies of #5921DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5921DB

Black with #5921DB

Text Example


Text Example

White with #5921DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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