Html Css Color HEX #7A29EB Blue Violet

📋 copy color: '#7A29EB'

red 122 ◦ green 41 ◦ blue 235

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

Shades of Blue Violet #7A29EB

Tints of Blue Violet #7A29EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 30.65%
G = 10.3%
B = 59.05%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7A29EB (or 0x7A29EB) is known color: Blue Violet. HEX triplet: 7A, 29 and EB. RGB value is (122,41,235). Sum of RGB (Red+Green+Blue) = 122+41+235=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A29EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A29EB is #85D614. Grayscale: #565656. Windows color (decimal): -8771093 or 15411578. OLE color: 15411578.

HSL color Cylindrical-coordinate representation of color #7A29EB: hue angle of 265.05º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A29EB is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 122 41 235 -
CMYK 0.48 0.83 0 0.08
HSL 265.05º 0.83% 0.54% -
HSV(B) 265.05º 0.83% 0.92% -
XYZ 23.81 11.72 79.6 -
YUV 87.34 211.34 152.73 -
System Red Green Blue C M Y K H S L
Decimal 122 41 235 0.48 0.83 0 0.08 265.05 0.83 0.54
Hex 7A 29 EB 30 53 0 8 109 53 36
Octal 172 51 353 60 123 0 10 411 123 66
Binary 1111010 101001 11101011 110000 1010011 0 1000 100001001 1010011 110110

Color Harmonies of #7A29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A29EB

Black with #7A29EB

Text Example


Text Example

White with #7A29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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