Html Css Color HEX #5A0CED Han Purple

📋 copy color: '#5A0CED'

red 90 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #5A0CED

Tints of Han Purple #5A0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.54%

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

R = 26.55%
G = 3.54%
B = 69.91%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A0CED (or 0x5A0CED) is known color: Han Purple. HEX triplet: 5A, 0C and ED. RGB value is (90,12,237). Sum of RGB (Red+Green+Blue) = 90+12+237=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A0CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0CED is #A5F312. Grayscale: #3C3C3C. Windows color (decimal): -10875667 or 15535194. OLE color: 15535194.

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

Color convert

RGB 90 12 237 -
CMYK 0.62 0.95 0 0.07
HSL 260.8º 0.9% 0.49% -
HSV(B) 260.8º 0.95% 0.93% -
XYZ 19.63 8.55 80.74 -
YUV 60.97 227.34 148.7 -
System Red Green Blue C M Y K H S L
Decimal 90 12 237 0.62 0.95 0 0.07 260.8 0.9 0.49
Hex 5A C ED 3E 5F 0 7 105 5A 31
Octal 132 14 355 76 137 0 7 405 132 61
Binary 1011010 1100 11101101 111110 1011111 0 111 100000101 1011010 110001

Color Harmonies of #5A0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0CED

Black with #5A0CED

Text Example


Text Example

White with #5A0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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