Html Css Color HEX #5F12FB Han Purple

📋 copy color: '#5F12FB'

red 95 ◦ green 18 ◦ blue 251

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

Shades of Han Purple #5F12FB

Tints of Han Purple #5F12FB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.95%

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

R = 26.1%
G = 4.95%
B = 68.96%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F12FB (or 0x5F12FB) is known color: Han Purple. HEX triplet: 5F, 12 and FB. RGB value is (95,18,251). Sum of RGB (Red+Green+Blue) = 95+18+251=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 251 (98.44% from 255 or 68.96% from 364); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F12FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F12FB is #A0ED04. Grayscale: #424242. Windows color (decimal): -10546437 or 16454239. OLE color: 16454239.

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

Color convert

RGB 95 18 251 -
CMYK 0.62 0.93 0 0.02
HSL 259.83º 0.97% 0.53% -
HSV(B) 259.83º 0.93% 0.98% -
XYZ 22.35 9.83 91.99 -
YUV 67.59 231.51 147.55 -
System Red Green Blue C M Y K H S L
Decimal 95 18 251 0.62 0.93 0 0.02 259.83 0.97 0.53
Hex 5F 12 FB 3E 5D 0 2 104 61 35
Octal 137 22 373 76 135 0 2 404 141 65
Binary 1011111 10010 11111011 111110 1011101 0 10 100000100 1100001 110101

Color Harmonies of #5F12FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F12FB

Black with #5F12FB

Text Example


Text Example

White with #5F12FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,18,251); }

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

background-color css

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

 a { background-color: rgb(95,18,251); }

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

border-color css

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

 span { border-color: rgb(95,18,251); }

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