Html Css Color HEX #7629AA Royal Purple

📋 copy color: '#7629AA'

red 118 ◦ green 41 ◦ blue 170

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

Shades of Royal Purple #7629AA

Tints of Royal Purple #7629AA

RGB

 RED value IS 118 (46.48% from 255) = 35.87%

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

 BLUE value IS 170 (66.8% from 255) = 51.67%

R = 35.87%
G = 12.46%
B = 51.67%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7629AA (or 0x7629AA) is known color: Royal Purple. HEX triplet: 76, 29 and AA. RGB value is (118,41,170). Sum of RGB (Red+Green+Blue) = 118+41+170=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #7629AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7629AA is #89D655. Grayscale: #4E4E4E. Windows color (decimal): -9033302 or 11151734. OLE color: 11151734.

HSL color Cylindrical-coordinate representation of color #7629AA: hue angle of 275.81º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7629AA is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 41 170 -
CMYK 0.31 0.76 0 0.33
HSL 275.81º 0.61% 0.41% -
HSV(B) 275.81º 0.76% 0.67% -
XYZ 15.52 8.34 38.82 -
YUV 78.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 118 41 170 0.31 0.76 0 0.33 275.81 0.61 0.41
Hex 76 29 AA 1F 4C 0 21 114 3D 29
Octal 166 51 252 37 114 0 41 424 75 51
Binary 1110110 101001 10101010 11111 1001100 0 100001 100010100 111101 101001

Color Harmonies of #7629AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7629AA

Black with #7629AA

Text Example


Text Example

White with #7629AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7629AA; }

 p { color: rgb(118,41,170); }

 H1.HeaderClassName
 {
   color: #7629AA;
 }
 .AnyTagClassName
 {
   color: #7629AA;
 }
</style>

background-color css

<style>
 a { background-color: #7629AA; }

 a { background-color: rgb(118,41,170); }

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

border-color css

<style>
 span { border-color: #7629AA; }

 span { border-color: rgb(118,41,170); }

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