Html Css Color HEX #7130AC Royal Purple

📋 copy color: '#7130AC'

red 113 ◦ green 48 ◦ blue 172

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

Shades of Royal Purple #7130AC

Tints of Royal Purple #7130AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.65%

R = 33.93%
G = 14.41%
B = 51.65%

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

#7130AC (or 0x7130AC) is known color: Royal Purple. HEX triplet: 71, 30 and AC. RGB value is (113,48,172). Sum of RGB (Red+Green+Blue) = 113+48+172=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 172 (67.58% from 255 or 51.65% from 333); Max value from RGB is 172 - color contains mainly: blue. Hex color #7130AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7130AC is #8ECF53. Grayscale: #515151. Windows color (decimal): -9359188 or 11284593. OLE color: 11284593.

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

Color convert

RGB 113 48 172 -
CMYK 0.34 0.72 0 0.33
HSL 271.45º 0.56% 0.43% -
HSV(B) 271.45º 0.72% 0.67% -
XYZ 15.31 8.6 39.88 -
YUV 81.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 113 48 172 0.34 0.72 0 0.33 271.45 0.56 0.43
Hex 71 30 AC 22 48 0 21 10F 38 2B
Octal 161 60 254 42 110 0 41 417 70 53
Binary 1110001 110000 10101100 100010 1001000 0 100001 100001111 111000 101011

Color Harmonies of #7130AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130AC

Black with #7130AC

Text Example


Text Example

White with #7130AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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