Html Css Color HEX #5A23C9 Purple Heart

📋 copy color: '#5A23C9'

red 90 ◦ green 35 ◦ blue 201

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

Shades of Purple Heart #5A23C9

Tints of Purple Heart #5A23C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.66%

R = 27.61%
G = 10.74%
B = 61.66%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5A23C9 (or 0x5A23C9) is known color: Purple Heart. HEX triplet: 5A, 23 and C9. RGB value is (90,35,201). Sum of RGB (Red+Green+Blue) = 90+35+201=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 201 (78.91% from 255 or 61.66% from 326); Max value from RGB is 201 - color contains mainly: blue. Hex color #5A23C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A23C9 is #A5DC36. Grayscale: #454545. Windows color (decimal): -10869815 or 13181786. OLE color: 13181786.

HSL color Cylindrical-coordinate representation of color #5A23C9: hue angle of 259.88º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A23C9 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 35 201 -
CMYK 0.55 0.83 0 0.21
HSL 259.88º 0.7% 0.46% -
HSV(B) 259.88º 0.83% 0.79% -
XYZ 15.36 7.59 55.91 -
YUV 70.37 201.72 142 -
System Red Green Blue C M Y K H S L
Decimal 90 35 201 0.55 0.83 0 0.21 259.88 0.7 0.46
Hex 5A 23 C9 37 53 0 15 104 46 2E
Octal 132 43 311 67 123 0 25 404 106 56
Binary 1011010 100011 11001001 110111 1010011 0 10101 100000100 1000110 101110

Color Harmonies of #5A23C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A23C9

Black with #5A23C9

Text Example


Text Example

White with #5A23C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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