Html Css Color HEX #7A29CE Blue Violet

📋 copy color: '#7A29CE'

red 122 ◦ green 41 ◦ blue 206

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

Shades of Blue Violet #7A29CE

Tints of Blue Violet #7A29CE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.11%

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

R = 33.06%
G = 11.11%
B = 55.83%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A29CE (or 0x7A29CE) is known color: Blue Violet. HEX triplet: 7A, 29 and CE. RGB value is (122,41,206). Sum of RGB (Red+Green+Blue) = 122+41+206=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A29CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A29CE is #85D631. Grayscale: #535353. Windows color (decimal): -8771122 or 13511034. OLE color: 13511034.

HSL color Cylindrical-coordinate representation of color #7A29CE: hue angle of 269.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A29CE is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 41 206 -
CMYK 0.41 0.80 0 0.19
HSL 269.45º 0.67% 0.48% -
HSV(B) 269.45º 0.8% 0.81% -
XYZ 19.96 10.18 59.31 -
YUV 84.03 196.84 155.08 -
System Red Green Blue C M Y K H S L
Decimal 122 41 206 0.41 0.80 0 0.19 269.45 0.67 0.48
Hex 7A 29 CE 29 50 0 13 10D 43 30
Octal 172 51 316 51 120 0 23 415 103 60
Binary 1111010 101001 11001110 101001 1010000 0 10011 100001101 1000011 110000

Color Harmonies of #7A29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A29CE

Black with #7A29CE

Text Example


Text Example

White with #7A29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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