Html Css Color HEX #7A0ABB Dark Violet

📋 copy color: '#7A0ABB'

red 122 ◦ green 10 ◦ blue 187

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

Shades of Dark Violet #7A0ABB

Tints of Dark Violet #7A0ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 187 (73.44% from 255) = 58.62%

R = 38.24%
G = 3.13%
B = 58.62%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A0ABB (or 0x7A0ABB) is known color: Dark Violet. HEX triplet: 7A, 0A and BB. RGB value is (122,10,187). Sum of RGB (Red+Green+Blue) = 122+10+187=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A0ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ABB is #85F544. Grayscale: #3F3F3F. Windows color (decimal): -8779077 or 12257914. OLE color: 12257914.

HSL color Cylindrical-coordinate representation of color #7A0ABB: hue angle of 277.97º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0ABB is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 10 187 -
CMYK 0.35 0.95 0 0.27
HSL 277.97º 0.9% 0.39% -
HSV(B) 277.97º 0.95% 0.73% -
XYZ 17.1 7.94 47.65 -
YUV 63.67 197.61 169.61 -
System Red Green Blue C M Y K H S L
Decimal 122 10 187 0.35 0.95 0 0.27 277.97 0.9 0.39
Hex 7A A BB 23 5F 0 1B 116 5A 27
Octal 172 12 273 43 137 0 33 426 132 47
Binary 1111010 1010 10111011 100011 1011111 0 11011 100010110 1011010 100111

Color Harmonies of #7A0ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0ABB

Black with #7A0ABB

Text Example


Text Example

White with #7A0ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,10,187); }

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

background-color css

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

 a { background-color: rgb(122,10,187); }

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

border-color css

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

 span { border-color: rgb(122,10,187); }

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