Html Css Color HEX #7A0CC0 Dark Violet

📋 copy color: '#7A0CC0'

red 122 ◦ green 12 ◦ blue 192

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

Shades of Dark Violet #7A0CC0

Tints of Dark Violet #7A0CC0

RGB

 RED value IS 122 (48.05% from 255) = 37.42%

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

 BLUE value IS 192 (75.39% from 255) = 58.9%

R = 37.42%
G = 3.68%
B = 58.9%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A0CC0 (or 0x7A0CC0) is known color: Dark Violet. HEX triplet: 7A, 0C and C0. RGB value is (122,12,192). Sum of RGB (Red+Green+Blue) = 122+12+192=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A0CC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CC0 is #85F33F. Grayscale: #404040. Windows color (decimal): -8778560 or 12586106. OLE color: 12586106.

HSL color Cylindrical-coordinate representation of color #7A0CC0: hue angle of 276.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0CC0 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 12 192 -
CMYK 0.36 0.94 0 0.25
HSL 276.67º 0.88% 0.4% -
HSV(B) 276.67º 0.94% 0.75% -
XYZ 17.67 8.21 50.52 -
YUV 65.41 199.44 168.36 -
System Red Green Blue C M Y K H S L
Decimal 122 12 192 0.36 0.94 0 0.25 276.67 0.88 0.4
Hex 7A C C0 24 5E 0 19 115 58 28
Octal 172 14 300 44 136 0 31 425 130 50
Binary 1111010 1100 11000000 100100 1011110 0 11001 100010101 1011000 101000

Color Harmonies of #7A0CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0CC0

Black with #7A0CC0

Text Example


Text Example

White with #7A0CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,12,192); }

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

background-color css

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

 a { background-color: rgb(122,12,192); }

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

border-color css

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

 span { border-color: rgb(122,12,192); }

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