Html Css Color HEX #5F18FB Han Purple

📋 copy color: '#5F18FB'

red 95 ◦ green 24 ◦ blue 251

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

Shades of Han Purple #5F18FB

Tints of Han Purple #5F18FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

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

R = 25.68%
G = 6.49%
B = 67.84%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5F18FB (or 0x5F18FB) is known color: Han Purple. HEX triplet: 5F, 18 and FB. RGB value is (95,24,251). Sum of RGB (Red+Green+Blue) = 95+24+251=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F18FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F18FB is #A0E704. Grayscale: #464646. Windows color (decimal): -10544901 or 16455775. OLE color: 16455775.

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

Color convert

RGB 95 24 251 -
CMYK 0.62 0.90 0 0.02
HSL 258.77º 0.97% 0.54% -
HSV(B) 258.77º 0.9% 0.98% -
XYZ 22.46 10.05 92.02 -
YUV 71.11 229.52 145.04 -
System Red Green Blue C M Y K H S L
Decimal 95 24 251 0.62 0.90 0 0.02 258.77 0.97 0.54
Hex 5F 18 FB 3E 5A 0 2 103 61 36
Octal 137 30 373 76 132 0 2 403 141 66
Binary 1011111 11000 11111011 111110 1011010 0 10 100000011 1100001 110110

Color Harmonies of #5F18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F18FB

Black with #5F18FB

Text Example


Text Example

White with #5F18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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