Html Css Color HEX #7933AA Royal Purple

📋 copy color: '#7933AA'

red 121 ◦ green 51 ◦ blue 170

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

Shades of Royal Purple #7933AA

Tints of Royal Purple #7933AA

RGB

 RED value IS 121 (47.66% from 255) = 35.38%

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 35.38%
G = 14.91%
B = 49.71%

CMYK

 C value IS 0.29

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7933AA (or 0x7933AA) is known color: Royal Purple. HEX triplet: 79, 33 and AA. RGB value is (121,51,170). Sum of RGB (Red+Green+Blue) = 121+51+170=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #7933AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7933AA is #86CC55. Grayscale: #555555. Windows color (decimal): -8834134 or 11154297. OLE color: 11154297.

HSL color Cylindrical-coordinate representation of color #7933AA: hue angle of 275.29º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7933AA is Cyan = 0.29, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 121 51 170 -
CMYK 0.29 0.7 0 0.33
HSL 275.29º 0.54% 0.43% -
HSV(B) 275.29º 0.7% 0.67% -
XYZ 16.32 9.33 38.97 -
YUV 85.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 121 51 170 0.29 0.7 0 0.33 275.29 0.54 0.43
Hex 79 33 AA 1D 46 0 21 113 36 2B
Octal 171 63 252 35 106 0 41 423 66 53
Binary 1111001 110011 10101010 11101 1000110 0 100001 100010011 110110 101011

Color Harmonies of #7933AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7933AA

Black with #7933AA

Text Example


Text Example

White with #7933AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,51,170); }

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

background-color css

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

 a { background-color: rgb(121,51,170); }

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

border-color css

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

 span { border-color: rgb(121,51,170); }

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