Html Css Color HEX #5F13DE Han Purple

📋 copy color: '#5F13DE'

red 95 ◦ green 19 ◦ blue 222

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

Shades of Han Purple #5F13DE

Tints of Han Purple #5F13DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 28.27%
G = 5.65%
B = 66.07%

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

#5F13DE (or 0x5F13DE) is known color: Han Purple. HEX triplet: 5F, 13 and DE. RGB value is (95,19,222). Sum of RGB (Red+Green+Blue) = 95+19+222=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F13DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F13DE is #A0EC21. Grayscale: #404040. Windows color (decimal): -10546210 or 14553951. OLE color: 14553951.

HSL color Cylindrical-coordinate representation of color #5F13DE: hue angle of 262.46º 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 #5F13DE is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 95 19 222 -
CMYK 0.57 0.91 0 0.13
HSL 262.46º 0.84% 0.47% -
HSV(B) 262.46º 0.91% 0.87% -
XYZ 18.14 8.17 69.73 -
YUV 64.87 216.68 149.49 -
System Red Green Blue C M Y K H S L
Decimal 95 19 222 0.57 0.91 0 0.13 262.46 0.84 0.47
Hex 5F 13 DE 39 5B 0 D 106 54 2F
Octal 137 23 336 71 133 0 15 406 124 57
Binary 1011111 10011 11011110 111001 1011011 0 1101 100000110 1010100 101111

Color Harmonies of #5F13DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F13DE

Black with #5F13DE

Text Example


Text Example

White with #5F13DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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