Html Css Color HEX #7A0ADF Dark Violet

📋 copy color: '#7A0ADF'

red 122 ◦ green 10 ◦ blue 223

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

Shades of Dark Violet #7A0ADF

Tints of Dark Violet #7A0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.82%

R = 34.37%
G = 2.82%
B = 62.82%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7A0ADF (or 0x7A0ADF) is known color: Dark Violet. HEX triplet: 7A, 0A and DF. RGB value is (122,10,223). Sum of RGB (Red+Green+Blue) = 122+10+223=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 10 (4.30% from 255 or 2.82% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ADF is #85F520. Grayscale: #434343. Windows color (decimal): -8779041 or 14617210. OLE color: 14617210.

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

Color convert

RGB 122 10 223 -
CMYK 0.45 0.96 0 0.13
HSL 271.55º 0.91% 0.46% -
HSV(B) 271.55º 0.96% 0.87% -
XYZ 21.45 9.68 70.55 -
YUV 67.77 215.61 166.68 -
System Red Green Blue C M Y K H S L
Decimal 122 10 223 0.45 0.96 0 0.13 271.55 0.91 0.46
Hex 7A A DF 2D 60 0 D 110 5B 2E
Octal 172 12 337 55 140 0 15 420 133 56
Binary 1111010 1010 11011111 101101 1100000 0 1101 100010000 1011011 101110

Color Harmonies of #7A0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0ADF

Black with #7A0ADF

Text Example


Text Example

White with #7A0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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