Html Css Color HEX #7130AF Royal Purple

📋 copy color: '#7130AF'

red 113 ◦ green 48 ◦ blue 175

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

Shades of Royal Purple #7130AF

Tints of Royal Purple #7130AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 52.08%

R = 33.63%
G = 14.29%
B = 52.08%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7130AF (or 0x7130AF) is known color: Royal Purple. HEX triplet: 71, 30 and AF. RGB value is (113,48,175). Sum of RGB (Red+Green+Blue) = 113+48+175=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #7130AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7130AF is #8ECF50. Grayscale: #515151. Windows color (decimal): -9359185 or 11481201. OLE color: 11481201.

HSL color Cylindrical-coordinate representation of color #7130AF: hue angle of 270.71º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7130AF is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 48 175 -
CMYK 0.35 0.73 0 0.31
HSL 270.71º 0.57% 0.44% -
HSV(B) 270.71º 0.73% 0.69% -
XYZ 15.6 8.72 41.42 -
YUV 81.91 180.53 150.17 -
System Red Green Blue C M Y K H S L
Decimal 113 48 175 0.35 0.73 0 0.31 270.71 0.57 0.44
Hex 71 30 AF 23 49 0 1F 10F 39 2C
Octal 161 60 257 43 111 0 37 417 71 54
Binary 1110001 110000 10101111 100011 1001001 0 11111 100001111 111001 101100

Color Harmonies of #7130AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7130AF

Black with #7130AF

Text Example


Text Example

White with #7130AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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