Html Css Color HEX #7136AE Royal Purple

📋 copy color: '#7136AE'

red 113 ◦ green 54 ◦ blue 174

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

Shades of Royal Purple #7136AE

Tints of Royal Purple #7136AE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.84%

 BLUE value IS 174 (68.36% from 255) = 51.03%

R = 33.14%
G = 15.84%
B = 51.03%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7136AE (or 0x7136AE) is known color: Royal Purple. HEX triplet: 71, 36 and AE. RGB value is (113,54,174). Sum of RGB (Red+Green+Blue) = 113+54+174=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #7136AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7136AE is #8EC951. Grayscale: #545454. Windows color (decimal): -9357650 or 11417201. OLE color: 11417201.

HSL color Cylindrical-coordinate representation of color #7136AE: hue angle of 269.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7136AE is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 54 174 -
CMYK 0.35 0.69 0 0.32
HSL 269.5º 0.53% 0.45% -
HSV(B) 269.5º 0.69% 0.68% -
XYZ 15.77 9.21 40.99 -
YUV 85.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 113 54 174 0.35 0.69 0 0.32 269.5 0.53 0.45
Hex 71 36 AE 23 45 0 20 10E 35 2D
Octal 161 66 256 43 105 0 40 416 65 55
Binary 1110001 110110 10101110 100011 1000101 0 100000 100001110 110101 101101

Color Harmonies of #7136AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136AE

Black with #7136AE

Text Example


Text Example

White with #7136AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7136AE; }

 p { color: rgb(113,54,174); }

 H1.HeaderClassName
 {
   color: #7136AE;
 }
 .AnyTagClassName
 {
   color: #7136AE;
 }
</style>

background-color css

<style>
 a { background-color: #7136AE; }

 a { background-color: rgb(113,54,174); }

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

border-color css

<style>
 span { border-color: #7136AE; }

 span { border-color: rgb(113,54,174); }

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