Html Css Color HEX #5A0FFB Han Purple

📋 copy color: '#5A0FFB'

red 90 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #5A0FFB

Tints of Han Purple #5A0FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.21%

 BLUE value IS 251 (98.44% from 255) = 70.51%

R = 25.28%
G = 4.21%
B = 70.51%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5A0FFB (or 0x5A0FFB) is known color: Han Purple. HEX triplet: 5A, 0F and FB. RGB value is (90,15,251). Sum of RGB (Red+Green+Blue) = 90+15+251=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A0FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FFB is #A5F004. Grayscale: #3F3F3F. Windows color (decimal): -10874885 or 16453466. OLE color: 16453466.

HSL color Cylindrical-coordinate representation of color #5A0FFB: hue angle of 259.07º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0FFB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 15 251 -
CMYK 0.64 0.94 0 0.02
HSL 259.07º 0.97% 0.52% -
HSV(B) 259.07º 0.94% 0.98% -
XYZ 21.8 9.48 91.95 -
YUV 64.33 233.35 146.31 -
System Red Green Blue C M Y K H S L
Decimal 90 15 251 0.64 0.94 0 0.02 259.07 0.97 0.52
Hex 5A F FB 40 5E 0 2 103 61 34
Octal 132 17 373 100 136 0 2 403 141 64
Binary 1011010 1111 11111011 1000000 1011110 0 10 100000011 1100001 110100

Color Harmonies of #5A0FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0FFB

Black with #5A0FFB

Text Example


Text Example

White with #5A0FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,251); }

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

background-color css

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

 a { background-color: rgb(90,15,251); }

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

border-color css

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

 span { border-color: rgb(90,15,251); }

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