Html Css Color HEX #7F0DDC Dark Violet

📋 copy color: '#7F0DDC'

red 127 ◦ green 13 ◦ blue 220

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

Shades of Dark Violet #7F0DDC

Tints of Dark Violet #7F0DDC

RGB

 RED value IS 127 (50% from 255) = 35.28%

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

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

R = 35.28%
G = 3.61%
B = 61.11%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F0DDC (or 0x7F0DDC) is known color: Dark Violet. HEX triplet: 7F, 0D and DC. RGB value is (127,13,220). Sum of RGB (Red+Green+Blue) = 127+13+220=360 (47% of max value = 765). Red value is 127 (50% from 255 or 35.28% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F0DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0DDC is #80F223. Grayscale: #454545. Windows color (decimal): -8450596 or 14421375. OLE color: 14421375.

HSL color Cylindrical-coordinate representation of color #7F0DDC: hue angle of 273.04º 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 #7F0DDC is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 13 220 -
CMYK 0.42 0.94 0 0.14
HSL 273.04º 0.89% 0.46% -
HSV(B) 273.04º 0.94% 0.86% -
XYZ 21.81 9.97 68.48 -
YUV 70.68 212.27 168.17 -
System Red Green Blue C M Y K H S L
Decimal 127 13 220 0.42 0.94 0 0.14 273.04 0.89 0.46
Hex 7F D DC 2A 5E 0 E 111 59 2E
Octal 177 15 334 52 136 0 16 421 131 56
Binary 1111111 1101 11011100 101010 1011110 0 1110 100010001 1011001 101110

Color Harmonies of #7F0DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0DDC

Black with #7F0DDC

Text Example


Text Example

White with #7F0DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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