Html Css Color HEX #5F19EF Han Purple

📋 copy color: '#5F19EF'

red 95 ◦ green 25 ◦ blue 239

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

Shades of Han Purple #5F19EF

Tints of Han Purple #5F19EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.57%

R = 26.46%
G = 6.96%
B = 66.57%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5F19EF (or 0x5F19EF) is known color: Han Purple. HEX triplet: 5F, 19 and EF. RGB value is (95,25,239). Sum of RGB (Red+Green+Blue) = 95+25+239=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #5F19EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5F19EF is #A0E610. Grayscale: #454545. Windows color (decimal): -10544657 or 15669599. OLE color: 15669599.

HSL color Cylindrical-coordinate representation of color #5F19EF: hue angle of 259.63º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F19EF is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 95 25 239 -
CMYK 0.60 0.90 0 0.06
HSL 259.63º 0.87% 0.52% -
HSV(B) 259.63º 0.9% 0.94% -
XYZ 20.65 9.36 82.38 -
YUV 70.33 223.19 145.6 -
System Red Green Blue C M Y K H S L
Decimal 95 25 239 0.60 0.90 0 0.06 259.63 0.87 0.52
Hex 5F 19 EF 3C 5A 0 6 104 57 34
Octal 137 31 357 74 132 0 6 404 127 64
Binary 1011111 11001 11101111 111100 1011010 0 110 100000100 1010111 110100

Color Harmonies of #5F19EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F19EF

Black with #5F19EF

Text Example


Text Example

White with #5F19EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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