Html Css Color HEX #5F13DF Han Purple

📋 copy color: '#5F13DF'

red 95 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #5F13DF

Tints of Han Purple #5F13DF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.64%

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 28.19%
G = 5.64%
B = 66.17%

CMYK

 C value IS 0.57

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F13DF (or 0x5F13DF) is known color: Han Purple. HEX triplet: 5F, 13 and DF. RGB value is (95,19,223). Sum of RGB (Red+Green+Blue) = 95+19+223=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F13DF is #A0EC20. Grayscale: #404040. Windows color (decimal): -10546209 or 14619487. OLE color: 14619487.

HSL color Cylindrical-coordinate representation of color #5F13DF: hue angle of 262.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F13DF is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 19 223 -
CMYK 0.57 0.91 0 0.13
HSL 262.35º 0.84% 0.47% -
HSV(B) 262.35º 0.91% 0.87% -
XYZ 18.27 8.23 70.44 -
YUV 64.98 217.18 149.41 -
System Red Green Blue C M Y K H S L
Decimal 95 19 223 0.57 0.91 0 0.13 262.35 0.84 0.47
Hex 5F 13 DF 39 5B 0 D 106 54 2F
Octal 137 23 337 71 133 0 15 406 124 57
Binary 1011111 10011 11011111 111001 1011011 0 1101 100000110 1010100 101111

Color Harmonies of #5F13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F13DF

Black with #5F13DF

Text Example


Text Example

White with #5F13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,19,223); }

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

background-color css

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

 a { background-color: rgb(95,19,223); }

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

border-color css

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

 span { border-color: rgb(95,19,223); }

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