Html Css Color HEX #7032AA Royal Purple

📋 copy color: '#7032AA'

red 112 ◦ green 50 ◦ blue 170

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

Shades of Royal Purple #7032AA

Tints of Royal Purple #7032AA

RGB

 RED value IS 112 (44.14% from 255) = 33.73%

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

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

R = 33.73%
G = 15.06%
B = 51.2%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7032AA (or 0x7032AA) is known color: Royal Purple. HEX triplet: 70, 32 and AA. RGB value is (112,50,170). Sum of RGB (Red+Green+Blue) = 112+50+170=332 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.73% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #7032AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7032AA is #8FCD55. Grayscale: #515151. Windows color (decimal): -9424214 or 11154032. OLE color: 11154032.

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

Color convert

RGB 112 50 170 -
CMYK 0.34 0.71 0 0.33
HSL 271º 0.55% 0.43% -
HSV(B) 271º 0.71% 0.67% -
XYZ 15.08 8.63 38.9 -
YUV 82.22 177.54 149.24 -
System Red Green Blue C M Y K H S L
Decimal 112 50 170 0.34 0.71 0 0.33 271 0.55 0.43
Hex 70 32 AA 22 47 0 21 10F 37 2B
Octal 160 62 252 42 107 0 41 417 67 53
Binary 1110000 110010 10101010 100010 1000111 0 100001 100001111 110111 101011

Color Harmonies of #7032AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032AA

Black with #7032AA

Text Example


Text Example

White with #7032AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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