Html Css Color HEX #7F0ECD Dark Violet

📋 copy color: '#7F0ECD'

red 127 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #7F0ECD

Tints of Dark Violet #7F0ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.05%

 BLUE value IS 205 (80.47% from 255) = 59.25%

R = 36.71%
G = 4.05%
B = 59.25%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F0ECD (or 0x7F0ECD) is known color: Dark Violet. HEX triplet: 7F, 0E and CD. RGB value is (127,14,205). Sum of RGB (Red+Green+Blue) = 127+14+205=346 (45% of max value = 765). Red value is 127 (50% from 255 or 36.71% from 346); Green value is 14 (5.86% from 255 or 4.05% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F0ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0ECD is #80F132. Grayscale: #444444. Windows color (decimal): -8450355 or 13438591. OLE color: 13438591.

HSL color Cylindrical-coordinate representation of color #7F0ECD: hue angle of 275.5º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0ECD is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 14 205 -
CMYK 0.38 0.93 0 0.20
HSL 275.5º 0.87% 0.43% -
HSV(B) 275.5º 0.93% 0.8% -
XYZ 19.93 9.23 58.49 -
YUV 69.56 204.44 168.97 -
System Red Green Blue C M Y K H S L
Decimal 127 14 205 0.38 0.93 0 0.20 275.5 0.87 0.43
Hex 7F E CD 26 5D 0 14 113 57 2B
Octal 177 16 315 46 135 0 24 423 127 53
Binary 1111111 1110 11001101 100110 1011101 0 10100 100010011 1010111 101011

Color Harmonies of #7F0ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0ECD

Black with #7F0ECD

Text Example


Text Example

White with #7F0ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,205); }

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

background-color css

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

 a { background-color: rgb(127,14,205); }

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

border-color css

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

 span { border-color: rgb(127,14,205); }

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