Html Css Color HEX #5A1BEF Han Purple

📋 copy color: '#5A1BEF'

red 90 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #5A1BEF

Tints of Han Purple #5A1BEF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.58%

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 25.28%
G = 7.58%
B = 67.13%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5A1BEF (or 0x5A1BEF) is known color: Han Purple. HEX triplet: 5A, 1B and EF. RGB value is (90,27,239). Sum of RGB (Red+Green+Blue) = 90+27+239=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A1BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1BEF is #A5E410. Grayscale: #454545. Windows color (decimal): -10871825 or 15670106. OLE color: 15670106.

HSL color Cylindrical-coordinate representation of color #5A1BEF: hue angle of 257.83º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1BEF is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 90 27 239 -
CMYK 0.62 0.89 0 0.06
HSL 257.83º 0.87% 0.52% -
HSV(B) 257.83º 0.89% 0.94% -
XYZ 20.19 9.19 82.37 -
YUV 70.01 223.37 142.26 -
System Red Green Blue C M Y K H S L
Decimal 90 27 239 0.62 0.89 0 0.06 257.83 0.87 0.52
Hex 5A 1B EF 3E 59 0 6 102 57 34
Octal 132 33 357 76 131 0 6 402 127 64
Binary 1011010 11011 11101111 111110 1011001 0 110 100000010 1010111 110100

Color Harmonies of #5A1BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1BEF

Black with #5A1BEF

Text Example


Text Example

White with #5A1BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,27,239); }

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

background-color css

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

 a { background-color: rgb(90,27,239); }

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

border-color css

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

 span { border-color: rgb(90,27,239); }

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