Html Css Color HEX #7632AA Royal Purple

📋 copy color: '#7632AA'

red 118 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #7632AA

Tints of Royal Purple #7632AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

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

R = 34.91%
G = 14.79%
B = 50.3%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7632AA (or 0x7632AA) is known color: Royal Purple. HEX triplet: 76, 32 and AA. RGB value is (118,50,170). Sum of RGB (Red+Green+Blue) = 118+50+170=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7632AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7632AA is #89CD55. Grayscale: #535353. Windows color (decimal): -9030998 or 11154038. OLE color: 11154038.

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

Color convert

RGB 118 50 170 -
CMYK 0.31 0.71 0 0.33
HSL 274º 0.55% 0.43% -
HSV(B) 274º 0.71% 0.67% -
XYZ 15.87 9.04 38.94 -
YUV 84.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 118 50 170 0.31 0.71 0 0.33 274 0.55 0.43
Hex 76 32 AA 1F 47 0 21 112 37 2B
Octal 166 62 252 37 107 0 41 422 67 53
Binary 1110110 110010 10101010 11111 1000111 0 100001 100010010 110111 101011

Color Harmonies of #7632AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7632AA

Black with #7632AA

Text Example


Text Example

White with #7632AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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