Html Css Color HEX #7136AA Royal Purple

📋 copy color: '#7136AA'

red 113 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #7136AA

Tints of Royal Purple #7136AA

RGB

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

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

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

R = 33.53%
G = 16.02%
B = 50.45%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7136AA (or 0x7136AA) is known color: Royal Purple. HEX triplet: 71, 36 and AA. RGB value is (113,54,170). Sum of RGB (Red+Green+Blue) = 113+54+170=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #7136AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7136AA is #8EC955. Grayscale: #545454. Windows color (decimal): -9357654 or 11155057. OLE color: 11155057.

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

Color convert

RGB 113 54 170 -
CMYK 0.34 0.68 0 0.33
HSL 270.52º 0.52% 0.44% -
HSV(B) 270.52º 0.68% 0.67% -
XYZ 15.38 9.05 38.97 -
YUV 84.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 113 54 170 0.34 0.68 0 0.33 270.52 0.52 0.44
Hex 71 36 AA 22 44 0 21 10F 34 2C
Octal 161 66 252 42 104 0 41 417 64 54
Binary 1110001 110110 10101010 100010 1000100 0 100001 100001111 110100 101100

Color Harmonies of #7136AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136AA

Black with #7136AA

Text Example


Text Example

White with #7136AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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