Html Css Color HEX #5A23DB Purple Heart

📋 copy color: '#5A23DB'

red 90 ◦ green 35 ◦ blue 219

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

Shades of Purple Heart #5A23DB

Tints of Purple Heart #5A23DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.17%

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

R = 26.16%
G = 10.17%
B = 63.66%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A23DB (or 0x5A23DB) is known color: Purple Heart. HEX triplet: 5A, 23 and DB. RGB value is (90,35,219). Sum of RGB (Red+Green+Blue) = 90+35+219=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23DB is #A5DC24. Grayscale: #474747. Windows color (decimal): -10869797 or 14361434. OLE color: 14361434.

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

Color convert

RGB 90 35 219 -
CMYK 0.59 0.84 0 0.14
HSL 257.93º 0.72% 0.5% -
HSV(B) 257.93º 0.84% 0.86% -
XYZ 17.6 8.49 67.73 -
YUV 72.42 210.72 140.54 -
System Red Green Blue C M Y K H S L
Decimal 90 35 219 0.59 0.84 0 0.14 257.93 0.72 0.5
Hex 5A 23 DB 3B 54 0 E 102 48 32
Octal 132 43 333 73 124 0 16 402 110 62
Binary 1011010 100011 11011011 111011 1010100 0 1110 100000010 1001000 110010

Color Harmonies of #5A23DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A23DB

Black with #5A23DB

Text Example


Text Example

White with #5A23DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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