Html Css Color HEX #7140AC Royal Purple

📋 copy color: '#7140AC'

red 113 ◦ green 64 ◦ blue 172

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

Shades of Royal Purple #7140AC

Tints of Royal Purple #7140AC

RGB

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

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

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

R = 32.38%
G = 18.34%
B = 49.28%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7140AC (or 0x7140AC) is known color: Royal Purple. HEX triplet: 71, 40 and AC. RGB value is (113,64,172). Sum of RGB (Red+Green+Blue) = 113+64+172=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #7140AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7140AC is #8EBF53. Grayscale: #5A5A5A. Windows color (decimal): -9355092 or 11288689. OLE color: 11288689.

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

Color convert

RGB 113 64 172 -
CMYK 0.34 0.63 0 0.33
HSL 267.22º 0.46% 0.46% -
HSV(B) 267.22º 0.63% 0.67% -
XYZ 16.09 10.16 40.14 -
YUV 90.96 173.73 143.72 -
System Red Green Blue C M Y K H S L
Decimal 113 64 172 0.34 0.63 0 0.33 267.22 0.46 0.46
Hex 71 40 AC 22 3F 0 21 10B 2E 2E
Octal 161 100 254 42 77 0 41 413 56 56
Binary 1110001 1000000 10101100 100010 111111 0 100001 100001011 101110 101110

Color Harmonies of #7140AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7140AC

Black with #7140AC

Text Example


Text Example

White with #7140AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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