Html Css Color HEX #7A00C0 Dark Violet

📋 copy color: '#7A00C0'

red 122 ◦ green 0 ◦ blue 192

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

Shades of Dark Violet #7A00C0

Tints of Dark Violet #7A00C0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.85%
G = 0%
B = 61.15%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A00C0 (or 0x7A00C0) is known color: Dark Violet. HEX triplet: 7A, 00 and C0. RGB value is (122,0,192). Sum of RGB (Red+Green+Blue) = 122+0+192=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A00C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A00C0 is #85FF3F. Grayscale: #393939. Windows color (decimal): -8781632 or 12583034. OLE color: 12583034.

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

Color convert

RGB 122 0 192 -
CMYK 0.36 1 0 0.25
HSL 278.13º 1% 0.38% -
HSV(B) 278.13º 1% 0.75% -
XYZ 17.54 7.94 50.48 -
YUV 58.37 203.42 173.39 -
System Red Green Blue C M Y K H S L
Decimal 122 0 192 0.36 1 0 0.25 278.13 1 0.38
Hex 7A 0 C0 24 64 0 19 116 64 26
Octal 172 0 300 44 144 0 31 426 144 46
Binary 1111010 0 11000000 100100 1100100 0 11001 100010110 1100100 100110

Color Harmonies of #7A00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A00C0

Black with #7A00C0

Text Example


Text Example

White with #7A00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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