Html Css Color HEX #7A07CE Dark Violet

📋 copy color: '#7A07CE'

red 122 ◦ green 7 ◦ blue 206

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

Shades of Dark Violet #7A07CE

Tints of Dark Violet #7A07CE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 36.42%
G = 2.09%
B = 61.49%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A07CE (or 0x7A07CE) is known color: Dark Violet. HEX triplet: 7A, 07 and CE. RGB value is (122,7,206). Sum of RGB (Red+Green+Blue) = 122+7+206=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A07CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A07CE is #85F831. Grayscale: #3F3F3F. Windows color (decimal): -8779826 or 13502330. OLE color: 13502330.

HSL color Cylindrical-coordinate representation of color #7A07CE: hue angle of 274.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A07CE is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 7 206 -
CMYK 0.41 0.97 0 0.19
HSL 274.67º 0.93% 0.42% -
HSV(B) 274.67º 0.97% 0.81% -
XYZ 19.24 8.75 59.07 -
YUV 64.07 208.1 169.32 -
System Red Green Blue C M Y K H S L
Decimal 122 7 206 0.41 0.97 0 0.19 274.67 0.93 0.42
Hex 7A 7 CE 29 61 0 13 113 5D 2A
Octal 172 7 316 51 141 0 23 423 135 52
Binary 1111010 111 11001110 101001 1100001 0 10011 100010011 1011101 101010

Color Harmonies of #7A07CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A07CE

Black with #7A07CE

Text Example


Text Example

White with #7A07CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,7,206); }

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

background-color css

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

 a { background-color: rgb(122,7,206); }

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

border-color css

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

 span { border-color: rgb(122,7,206); }

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