Html Css Color HEX #5A23ED Han Purple

📋 copy color: '#5A23ED'

red 90 ◦ green 35 ◦ blue 237

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

Shades of Han Purple #5A23ED

Tints of Han Purple #5A23ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.47%

R = 24.86%
G = 9.67%
B = 65.47%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A23ED (or 0x5A23ED) is known color: Han Purple. HEX triplet: 5A, 23 and ED. RGB value is (90,35,237). Sum of RGB (Red+Green+Blue) = 90+35+237=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A23ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A23ED is #A5DC12. Grayscale: #494949. Windows color (decimal): -10869779 or 15541082. OLE color: 15541082.

HSL color Cylindrical-coordinate representation of color #5A23ED: hue angle of 256.34º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A23ED is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 35 237 -
CMYK 0.62 0.85 0 0.07
HSL 256.34º 0.85% 0.53% -
HSV(B) 256.34º 0.85% 0.93% -
XYZ 20.1 9.49 80.89 -
YUV 74.47 219.72 139.07 -
System Red Green Blue C M Y K H S L
Decimal 90 35 237 0.62 0.85 0 0.07 256.34 0.85 0.53
Hex 5A 23 ED 3E 55 0 7 100 55 35
Octal 132 43 355 76 125 0 7 400 125 65
Binary 1011010 100011 11101101 111110 1010101 0 111 100000000 1010101 110101

Color Harmonies of #5A23ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A23ED

Black with #5A23ED

Text Example


Text Example

White with #5A23ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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