Html Css Color HEX #7140AA Royal Purple

📋 copy color: '#7140AA'

red 113 ◦ green 64 ◦ blue 170

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

Shades of Royal Purple #7140AA

Tints of Royal Purple #7140AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 32.56%
G = 18.44%
B = 48.99%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7140AA (or 0x7140AA) is known color: Royal Purple. HEX triplet: 71, 40 and AA. RGB value is (113,64,170). Sum of RGB (Red+Green+Blue) = 113+64+170=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #7140AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7140AA is #8EBF55. Grayscale: #5A5A5A. Windows color (decimal): -9355094 or 11157617. OLE color: 11157617.

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

Color convert

RGB 113 64 170 -
CMYK 0.34 0.62 0 0.33
HSL 267.74º 0.45% 0.46% -
HSV(B) 267.74º 0.62% 0.67% -
XYZ 15.9 10.08 39.14 -
YUV 90.74 172.73 143.88 -
System Red Green Blue C M Y K H S L
Decimal 113 64 170 0.34 0.62 0 0.33 267.74 0.45 0.46
Hex 71 40 AA 22 3E 0 21 10C 2D 2E
Octal 161 100 252 42 76 0 41 414 55 56
Binary 1110001 1000000 10101010 100010 111110 0 100001 100001100 101101 101110

Color Harmonies of #7140AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140AA

Black with #7140AA

Text Example


Text Example

White with #7140AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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