Html Css Color HEX #5F1DDE Han Purple

📋 copy color: '#5F1DDE'

red 95 ◦ green 29 ◦ blue 222

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

Shades of Han Purple #5F1DDE

Tints of Han Purple #5F1DDE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

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

R = 27.46%
G = 8.38%
B = 64.16%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F1DDE (or 0x5F1DDE) is known color: Han Purple. HEX triplet: 5F, 1D and DE. RGB value is (95,29,222). Sum of RGB (Red+Green+Blue) = 95+29+222=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F1DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1DDE is #A0E221. Grayscale: #464646. Windows color (decimal): -10543650 or 14556511. OLE color: 14556511.

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

Color convert

RGB 95 29 222 -
CMYK 0.57 0.87 0 0.13
HSL 260.52º 0.77% 0.49% -
HSV(B) 260.52º 0.87% 0.87% -
XYZ 18.34 8.59 69.8 -
YUV 70.74 213.37 145.31 -
System Red Green Blue C M Y K H S L
Decimal 95 29 222 0.57 0.87 0 0.13 260.52 0.77 0.49
Hex 5F 1D DE 39 57 0 D 105 4D 31
Octal 137 35 336 71 127 0 15 405 115 61
Binary 1011111 11101 11011110 111001 1010111 0 1101 100000101 1001101 110001

Color Harmonies of #5F1DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1DDE

Black with #5F1DDE

Text Example


Text Example

White with #5F1DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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