Html Css Color HEX #7130AA Royal Purple

📋 copy color: '#7130AA'

red 113 ◦ green 48 ◦ blue 170

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

Shades of Royal Purple #7130AA

Tints of Royal Purple #7130AA

RGB

 RED value IS 113 (44.53% from 255) = 34.14%

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 34.14%
G = 14.5%
B = 51.36%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7130AA (or 0x7130AA) is known color: Royal Purple. HEX triplet: 71, 30 and AA. RGB value is (113,48,170). Sum of RGB (Red+Green+Blue) = 113+48+170=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #7130AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7130AA is #8ECF55. Grayscale: #505050. Windows color (decimal): -9359190 or 11153521. OLE color: 11153521.

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

Color convert

RGB 113 48 170 -
CMYK 0.34 0.72 0 0.33
HSL 271.97º 0.56% 0.43% -
HSV(B) 271.97º 0.72% 0.67% -
XYZ 15.12 8.53 38.88 -
YUV 81.34 178.03 150.58 -
System Red Green Blue C M Y K H S L
Decimal 113 48 170 0.34 0.72 0 0.33 271.97 0.56 0.43
Hex 71 30 AA 22 48 0 21 110 38 2B
Octal 161 60 252 42 110 0 41 420 70 53
Binary 1110001 110000 10101010 100010 1001000 0 100001 100010000 111000 101011

Color Harmonies of #7130AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130AA

Black with #7130AA

Text Example


Text Example

White with #7130AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,48,170); }

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

background-color css

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

 a { background-color: rgb(113,48,170); }

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

border-color css

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

 span { border-color: rgb(113,48,170); }

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