Html Css Color HEX #5A36DB Purple Heart

📋 copy color: '#5A36DB'

red 90 ◦ green 54 ◦ blue 219

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

Shades of Purple Heart #5A36DB

Tints of Purple Heart #5A36DB

RGB

 RED value IS 90 (35.55% from 255) = 24.79%

 GREEN value IS 54 (21.48% from 255) = 14.88%

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

R = 24.79%
G = 14.88%
B = 60.33%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A36DB (or 0x5A36DB) is known color: Purple Heart. HEX triplet: 5A, 36 and DB. RGB value is (90,54,219). Sum of RGB (Red+Green+Blue) = 90+54+219=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A36DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A36DB is #A5C924. Grayscale: #525252. Windows color (decimal): -10864933 or 14366298. OLE color: 14366298.

HSL color Cylindrical-coordinate representation of color #5A36DB: hue angle of 253.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A36DB is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 54 219 -
CMYK 0.59 0.75 0 0.14
HSL 253.09º 0.7% 0.54% -
HSV(B) 253.09º 0.75% 0.86% -
XYZ 18.32 9.93 67.97 -
YUV 83.57 204.43 132.58 -
System Red Green Blue C M Y K H S L
Decimal 90 54 219 0.59 0.75 0 0.14 253.09 0.7 0.54
Hex 5A 36 DB 3B 4B 0 E FD 46 36
Octal 132 66 333 73 113 0 16 375 106 66
Binary 1011010 110110 11011011 111011 1001011 0 1110 11111101 1000110 110110

Color Harmonies of #5A36DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A36DB

Black with #5A36DB

Text Example


Text Example

White with #5A36DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A36DB; }

 p { color: rgb(90,54,219); }

 H1.HeaderClassName
 {
   color: #5A36DB;
 }
 .AnyTagClassName
 {
   color: #5A36DB;
 }
</style>

background-color css

<style>
 a { background-color: #5A36DB; }

 a { background-color: rgb(90,54,219); }

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

border-color css

<style>
 span { border-color: #5A36DB; }

 span { border-color: rgb(90,54,219); }

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