Html Css Color HEX #7A0EAF Dark Violet

📋 copy color: '#7A0EAF'

red 122 ◦ green 14 ◦ blue 175

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

Shades of Dark Violet #7A0EAF

Tints of Dark Violet #7A0EAF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.5%

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 39.23%
G = 4.5%
B = 56.27%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A0EAF (or 0x7A0EAF) is known color: Dark Violet. HEX triplet: 7A, 0E and AF. RGB value is (122,14,175). Sum of RGB (Red+Green+Blue) = 122+14+175=311 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.23% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A0EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0EAF is #85F150. Grayscale: #404040. Windows color (decimal): -8778065 or 11472506. OLE color: 11472506.

HSL color Cylindrical-coordinate representation of color #7A0EAF: hue angle of 280.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0EAF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 122 14 175 -
CMYK 0.30 0.92 0 0.31
HSL 280.25º 0.85% 0.37% -
HSV(B) 280.25º 0.92% 0.69% -
XYZ 15.92 7.55 41.17 -
YUV 64.65 190.28 168.91 -
System Red Green Blue C M Y K H S L
Decimal 122 14 175 0.30 0.92 0 0.31 280.25 0.85 0.37
Hex 7A E AF 1E 5C 0 1F 118 55 25
Octal 172 16 257 36 134 0 37 430 125 45
Binary 1111010 1110 10101111 11110 1011100 0 11111 100011000 1010101 100101

Color Harmonies of #7A0EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0EAF

Black with #7A0EAF

Text Example


Text Example

White with #7A0EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,14,175); }

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

background-color css

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

 a { background-color: rgb(122,14,175); }

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

border-color css

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

 span { border-color: rgb(122,14,175); }

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