Html Css Color HEX #5F0DDF Han Purple

📋 copy color: '#5F0DDF'

red 95 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #5F0DDF

Tints of Han Purple #5F0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.93%

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

R = 28.7%
G = 3.93%
B = 67.37%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5F0DDF (or 0x5F0DDF) is known color: Han Purple. HEX triplet: 5F, 0D and DF. RGB value is (95,13,223). Sum of RGB (Red+Green+Blue) = 95+13+223=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #5F0DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0DDF is #A0F220. Grayscale: #3C3C3C. Windows color (decimal): -10547745 or 14617951. OLE color: 14617951.

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

Color convert

RGB 95 13 223 -
CMYK 0.57 0.94 0 0.13
HSL 263.43º 0.89% 0.46% -
HSV(B) 263.43º 0.94% 0.87% -
XYZ 18.18 8.05 70.41 -
YUV 61.46 219.17 151.92 -
System Red Green Blue C M Y K H S L
Decimal 95 13 223 0.57 0.94 0 0.13 263.43 0.89 0.46
Hex 5F D DF 39 5E 0 D 107 59 2E
Octal 137 15 337 71 136 0 15 407 131 56
Binary 1011111 1101 11011111 111001 1011110 0 1101 100000111 1011001 101110

Color Harmonies of #5F0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0DDF

Black with #5F0DDF

Text Example


Text Example

White with #5F0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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