Html Css Color HEX #7F0CAD Dark Violet

📋 copy color: '#7F0CAD'

red 127 ◦ green 12 ◦ blue 173

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

Shades of Dark Violet #7F0CAD

Tints of Dark Violet #7F0CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 40.71%
G = 3.85%
B = 55.45%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F0CAD (or 0x7F0CAD) is known color: Dark Violet. HEX triplet: 7F, 0C and AD. RGB value is (127,12,173). Sum of RGB (Red+Green+Blue) = 127+12+173=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F0CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0CAD is #80F352. Grayscale: #404040. Windows color (decimal): -8450899 or 11340927. OLE color: 11340927.

HSL color Cylindrical-coordinate representation of color #7F0CAD: hue angle of 282.86º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F0CAD is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 12 173 -
CMYK 0.27 0.93 0 0.32
HSL 282.86º 0.87% 0.36% -
HSV(B) 282.86º 0.93% 0.68% -
XYZ 16.43 7.79 40.17 -
YUV 64.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 127 12 173 0.27 0.93 0 0.32 282.86 0.87 0.36
Hex 7F C AD 1B 5D 0 20 11B 57 24
Octal 177 14 255 33 135 0 40 433 127 44
Binary 1111111 1100 10101101 11011 1011101 0 100000 100011011 1010111 100100

Color Harmonies of #7F0CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0CAD

Black with #7F0CAD

Text Example


Text Example

White with #7F0CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,12,173); }

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

background-color css

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

 a { background-color: rgb(127,12,173); }

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

border-color css

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

 span { border-color: rgb(127,12,173); }

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