Html Css Color HEX #5F21DF Han Purple

📋 copy color: '#5F21DF'

red 95 ◦ green 33 ◦ blue 223

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

Shades of Han Purple #5F21DF

Tints of Han Purple #5F21DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.4%

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

R = 27.07%
G = 9.4%
B = 63.53%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F21DF (or 0x5F21DF) is known color: Han Purple. HEX triplet: 5F, 21 and DF. RGB value is (95,33,223). Sum of RGB (Red+Green+Blue) = 95+33+223=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F21DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F21DF is #A0DE20. Grayscale: #484848. Windows color (decimal): -10542625 or 14623071. OLE color: 14623071.

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

Color convert

RGB 95 33 223 -
CMYK 0.57 0.85 0 0.13
HSL 259.58º 0.75% 0.5% -
HSV(B) 259.58º 0.85% 0.87% -
XYZ 18.58 8.85 70.54 -
YUV 73.2 212.54 143.55 -
System Red Green Blue C M Y K H S L
Decimal 95 33 223 0.57 0.85 0 0.13 259.58 0.75 0.5
Hex 5F 21 DF 39 55 0 D 104 4B 32
Octal 137 41 337 71 125 0 15 404 113 62
Binary 1011111 100001 11011111 111001 1010101 0 1101 100000100 1001011 110010

Color Harmonies of #5F21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F21DF

Black with #5F21DF

Text Example


Text Example

White with #5F21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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