Html Css Color HEX #5F0FEB Han Purple

📋 copy color: '#5F0FEB'

red 95 ◦ green 15 ◦ blue 235

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

Shades of Han Purple #5F0FEB

Tints of Han Purple #5F0FEB

RGB

 RED value IS 95 (37.5% from 255) = 27.54%

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

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 27.54%
G = 4.35%
B = 68.12%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5F0FEB (or 0x5F0FEB) is known color: Han Purple. HEX triplet: 5F, 0F and EB. RGB value is (95,15,235). Sum of RGB (Red+Green+Blue) = 95+15+235=345 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.54% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F0FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F0FEB is #A0F014. Grayscale: #3F3F3F. Windows color (decimal): -10547221 or 15404895. OLE color: 15404895.

HSL color Cylindrical-coordinate representation of color #5F0FEB: hue angle of 261.82º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0FEB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 95 15 235 -
CMYK 0.60 0.94 0 0.08
HSL 261.82º 0.88% 0.49% -
HSV(B) 261.82º 0.94% 0.92% -
XYZ 19.89 8.77 79.24 -
YUV 64 224.5 150.11 -
System Red Green Blue C M Y K H S L
Decimal 95 15 235 0.60 0.94 0 0.08 261.82 0.88 0.49
Hex 5F F EB 3C 5E 0 8 106 58 31
Octal 137 17 353 74 136 0 10 406 130 61
Binary 1011111 1111 11101011 111100 1011110 0 1000 100000110 1011000 110001

Color Harmonies of #5F0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0FEB

Black with #5F0FEB

Text Example


Text Example

White with #5F0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,15,235); }

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

background-color css

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

 a { background-color: rgb(95,15,235); }

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

border-color css

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

 span { border-color: rgb(95,15,235); }

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