Html Css Color HEX #7A0CDD Dark Violet

📋 copy color: '#7A0CDD'

red 122 ◦ green 12 ◦ blue 221

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

Shades of Dark Violet #7A0CDD

Tints of Dark Violet #7A0CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 34.37%
G = 3.38%
B = 62.25%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A0CDD (or 0x7A0CDD) is known color: Dark Violet. HEX triplet: 7A, 0C and DD. RGB value is (122,12,221). Sum of RGB (Red+Green+Blue) = 122+12+221=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 12 (5.08% from 255 or 3.38% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A0CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0CDD is #85F322. Grayscale: #434343. Windows color (decimal): -8778531 or 14486650. OLE color: 14486650.

HSL color Cylindrical-coordinate representation of color #7A0CDD: hue angle of 271.58º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A0CDD is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 12 221 -
CMYK 0.45 0.95 0 0.13
HSL 271.58º 0.9% 0.46% -
HSV(B) 271.58º 0.95% 0.87% -
XYZ 21.21 9.62 69.15 -
YUV 68.72 213.94 166.01 -
System Red Green Blue C M Y K H S L
Decimal 122 12 221 0.45 0.95 0 0.13 271.58 0.9 0.46
Hex 7A C DD 2D 5F 0 D 110 5A 2E
Octal 172 14 335 55 137 0 15 420 132 56
Binary 1111010 1100 11011101 101101 1011111 0 1101 100010000 1011010 101110

Color Harmonies of #7A0CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0CDD

Black with #7A0CDD

Text Example


Text Example

White with #7A0CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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