Html Css Color HEX #7A0BCC Dark Violet

📋 copy color: '#7A0BCC'

red 122 ◦ green 11 ◦ blue 204

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

Shades of Dark Violet #7A0BCC

Tints of Dark Violet #7A0BCC

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.26%

 BLUE value IS 204 (80.08% from 255) = 60.53%

R = 36.2%
G = 3.26%
B = 60.53%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7A0BCC (or 0x7A0BCC) is known color: Dark Violet. HEX triplet: 7A, 0B and CC. RGB value is (122,11,204). Sum of RGB (Red+Green+Blue) = 122+11+204=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A0BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BCC is #85F433. Grayscale: #414141. Windows color (decimal): -8778804 or 13372282. OLE color: 13372282.

HSL color Cylindrical-coordinate representation of color #7A0BCC: hue angle of 274.51º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0BCC is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 122 11 204 -
CMYK 0.40 0.95 0 0.2
HSL 274.51º 0.9% 0.42% -
HSV(B) 274.51º 0.95% 0.8% -
XYZ 19.04 8.74 57.81 -
YUV 66.19 205.77 167.81 -
System Red Green Blue C M Y K H S L
Decimal 122 11 204 0.40 0.95 0 0.2 274.51 0.9 0.42
Hex 7A B CC 28 5F 0 14 113 5A 2A
Octal 172 13 314 50 137 0 24 423 132 52
Binary 1111010 1011 11001100 101000 1011111 0 10100 100010011 1011010 101010

Color Harmonies of #7A0BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0BCC

Black with #7A0BCC

Text Example


Text Example

White with #7A0BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,11,204); }

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

background-color css

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

 a { background-color: rgb(122,11,204); }

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

border-color css

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

 span { border-color: rgb(122,11,204); }

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