Html Css Color HEX #5F0DDC Han Purple

📋 copy color: '#5F0DDC'

red 95 ◦ green 13 ◦ blue 220

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

Shades of Han Purple #5F0DDC

Tints of Han Purple #5F0DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.07%

R = 28.96%
G = 3.96%
B = 67.07%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F0DDC (or 0x5F0DDC) is known color: Han Purple. HEX triplet: 5F, 0D and DC. RGB value is (95,13,220). Sum of RGB (Red+Green+Blue) = 95+13+220=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 13 (5.47% from 255 or 3.96% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0DDC is #A0F223. Grayscale: #3C3C3C. Windows color (decimal): -10547748 or 14421343. OLE color: 14421343.

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

Color convert

RGB 95 13 220 -
CMYK 0.57 0.94 0 0.14
HSL 263.77º 0.89% 0.46% -
HSV(B) 263.77º 0.94% 0.86% -
XYZ 17.78 7.89 68.3 -
YUV 61.12 217.67 152.17 -
System Red Green Blue C M Y K H S L
Decimal 95 13 220 0.57 0.94 0 0.14 263.77 0.89 0.46
Hex 5F D DC 39 5E 0 E 108 59 2E
Octal 137 15 334 71 136 0 16 410 131 56
Binary 1011111 1101 11011100 111001 1011110 0 1110 100001000 1011001 101110

Color Harmonies of #5F0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0DDC

Black with #5F0DDC

Text Example


Text Example

White with #5F0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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