Html Css Color HEX #7F0DCD Dark Violet

📋 copy color: '#7F0DCD'

red 127 ◦ green 13 ◦ blue 205

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

Shades of Dark Violet #7F0DCD

Tints of Dark Violet #7F0DCD

RGB

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

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

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

R = 36.81%
G = 3.77%
B = 59.42%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F0DCD (or 0x7F0DCD) is known color: Dark Violet. HEX triplet: 7F, 0D and CD. RGB value is (127,13,205). Sum of RGB (Red+Green+Blue) = 127+13+205=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F0DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F0DCD is #80F232. Grayscale: #444444. Windows color (decimal): -8450611 or 13438335. OLE color: 13438335.

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

Color convert

RGB 127 13 205 -
CMYK 0.38 0.94 0 0.20
HSL 275.63º 0.88% 0.43% -
HSV(B) 275.63º 0.94% 0.8% -
XYZ 19.92 9.21 58.49 -
YUV 68.97 204.77 169.39 -
System Red Green Blue C M Y K H S L
Decimal 127 13 205 0.38 0.94 0 0.20 275.63 0.88 0.43
Hex 7F D CD 26 5E 0 14 114 58 2B
Octal 177 15 315 46 136 0 24 424 130 53
Binary 1111111 1101 11001101 100110 1011110 0 10100 100010100 1011000 101011

Color Harmonies of #7F0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0DCD

Black with #7F0DCD

Text Example


Text Example

White with #7F0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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