Html Css Color HEX #7A29AF Royal Purple

📋 copy color: '#7A29AF'

red 122 ◦ green 41 ◦ blue 175

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

Shades of Royal Purple #7A29AF

Tints of Royal Purple #7A29AF

RGB

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

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

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

R = 36.09%
G = 12.13%
B = 51.78%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7A29AF (or 0x7A29AF) is known color: Royal Purple. HEX triplet: 7A, 29 and AF. RGB value is (122,41,175). Sum of RGB (Red+Green+Blue) = 122+41+175=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A29AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A29AF is #85D650. Grayscale: #505050. Windows color (decimal): -8771153 or 11479418. OLE color: 11479418.

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

Color convert

RGB 122 41 175 -
CMYK 0.30 0.77 0 0.31
HSL 276.27º 0.62% 0.42% -
HSV(B) 276.27º 0.77% 0.69% -
XYZ 16.56 8.82 41.39 -
YUV 80.5 181.34 157.6 -
System Red Green Blue C M Y K H S L
Decimal 122 41 175 0.30 0.77 0 0.31 276.27 0.62 0.42
Hex 7A 29 AF 1E 4D 0 1F 114 3E 2A
Octal 172 51 257 36 115 0 37 424 76 52
Binary 1111010 101001 10101111 11110 1001101 0 11111 100010100 111110 101010

Color Harmonies of #7A29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A29AF

Black with #7A29AF

Text Example


Text Example

White with #7A29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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