Html Css Color HEX #5A18ED Han Purple

📋 copy color: '#5A18ED'

red 90 ◦ green 24 ◦ blue 237

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

Shades of Han Purple #5A18ED

Tints of Han Purple #5A18ED

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.84%

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

R = 25.64%
G = 6.84%
B = 67.52%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A18ED (or 0x5A18ED) is known color: Han Purple. HEX triplet: 5A, 18 and ED. RGB value is (90,24,237). Sum of RGB (Red+Green+Blue) = 90+24+237=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A18ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A18ED is #A5E712. Grayscale: #434343. Windows color (decimal): -10872595 or 15538266. OLE color: 15538266.

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

Color convert

RGB 90 24 237 -
CMYK 0.62 0.90 0 0.07
HSL 258.59º 0.86% 0.51% -
HSV(B) 258.59º 0.9% 0.93% -
XYZ 19.83 8.94 80.8 -
YUV 68.02 223.37 143.68 -
System Red Green Blue C M Y K H S L
Decimal 90 24 237 0.62 0.90 0 0.07 258.59 0.86 0.51
Hex 5A 18 ED 3E 5A 0 7 103 56 33
Octal 132 30 355 76 132 0 7 403 126 63
Binary 1011010 11000 11101101 111110 1011010 0 111 100000011 1010110 110011

Color Harmonies of #5A18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A18ED

Black with #5A18ED

Text Example


Text Example

White with #5A18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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