Html Css Color HEX #5F19F8 Han Purple

📋 copy color: '#5F19F8'

red 95 ◦ green 25 ◦ blue 248

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

Shades of Han Purple #5F19F8

Tints of Han Purple #5F19F8

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.79%

 BLUE value IS 248 (97.27% from 255) = 67.39%

R = 25.82%
G = 6.79%
B = 67.39%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5F19F8 (or 0x5F19F8) is known color: Han Purple. HEX triplet: 5F, 19 and F8. RGB value is (95,25,248). Sum of RGB (Red+Green+Blue) = 95+25+248=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 248 (97.27% from 255 or 67.39% from 368); Max value from RGB is 248 - color contains mainly: blue. Hex color #5F19F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F19F8 is #A0E607. Grayscale: #464646. Windows color (decimal): -10544648 or 16259423. OLE color: 16259423.

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

Color convert

RGB 95 25 248 -
CMYK 0.62 0.90 0 0.03
HSL 258.83º 0.94% 0.54% -
HSV(B) 258.83º 0.9% 0.97% -
XYZ 22.01 9.91 89.56 -
YUV 71.35 227.69 144.87 -
System Red Green Blue C M Y K H S L
Decimal 95 25 248 0.62 0.90 0 0.03 258.83 0.94 0.54
Hex 5F 19 F8 3E 5A 0 3 103 5E 36
Octal 137 31 370 76 132 0 3 403 136 66
Binary 1011111 11001 11111000 111110 1011010 0 11 100000011 1011110 110110

Color Harmonies of #5F19F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F19F8

Black with #5F19F8

Text Example


Text Example

White with #5F19F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,25,248); }

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

background-color css

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

 a { background-color: rgb(95,25,248); }

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

border-color css

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

 span { border-color: rgb(95,25,248); }

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