Html Css Color HEX #7729AA Royal Purple

📋 copy color: '#7729AA'

red 119 ◦ green 41 ◦ blue 170

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

Shades of Royal Purple #7729AA

Tints of Royal Purple #7729AA

RGB

 RED value IS 119 (46.88% from 255) = 36.06%

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

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

R = 36.06%
G = 12.42%
B = 51.52%

CMYK

 C value IS 0.3

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7729AA (or 0x7729AA) is known color: Royal Purple. HEX triplet: 77, 29 and AA. RGB value is (119,41,170). Sum of RGB (Red+Green+Blue) = 119+41+170=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #7729AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7729AA is #88D655. Grayscale: #4E4E4E. Windows color (decimal): -8967766 or 11151735. OLE color: 11151735.

HSL color Cylindrical-coordinate representation of color #7729AA: hue angle of 276.28º 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 #7729AA is Cyan = 0.3, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 41 170 -
CMYK 0.3 0.76 0 0.33
HSL 276.28º 0.61% 0.41% -
HSV(B) 276.28º 0.76% 0.67% -
XYZ 15.66 8.41 38.83 -
YUV 79.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 119 41 170 0.3 0.76 0 0.33 276.28 0.61 0.41
Hex 77 29 AA 1E 4C 0 21 114 3D 29
Octal 167 51 252 36 114 0 41 424 75 51
Binary 1110111 101001 10101010 11110 1001100 0 100001 100010100 111101 101001

Color Harmonies of #7729AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7729AA

Black with #7729AA

Text Example


Text Example

White with #7729AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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