Html Css Color HEX #7A0BDD Dark Violet

📋 copy color: '#7A0BDD'

red 122 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #7A0BDD

Tints of Dark Violet #7A0BDD

RGB

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

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

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

R = 34.46%
G = 3.11%
B = 62.43%

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

#7A0BDD (or 0x7A0BDD) is known color: Dark Violet. HEX triplet: 7A, 0B and DD. RGB value is (122,11,221). Sum of RGB (Red+Green+Blue) = 122+11+221=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A0BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0BDD is #85F422. Grayscale: #434343. Windows color (decimal): -8778787 or 14486394. OLE color: 14486394.

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

Color convert

RGB 122 11 221 -
CMYK 0.45 0.95 0 0.13
HSL 271.71º 0.91% 0.45% -
HSV(B) 271.71º 0.95% 0.87% -
XYZ 21.2 9.6 69.14 -
YUV 68.13 214.27 166.42 -
System Red Green Blue C M Y K H S L
Decimal 122 11 221 0.45 0.95 0 0.13 271.71 0.91 0.45
Hex 7A B DD 2D 5F 0 D 110 5B 2D
Octal 172 13 335 55 137 0 15 420 133 55
Binary 1111010 1011 11011101 101101 1011111 0 1101 100010000 1011011 101101

Color Harmonies of #7A0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0BDD

Black with #7A0BDD

Text Example


Text Example

White with #7A0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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