Html Css Color HEX #7136AC Royal Purple

📋 copy color: '#7136AC'

red 113 ◦ green 54 ◦ blue 172

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

Shades of Royal Purple #7136AC

Tints of Royal Purple #7136AC

RGB

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

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

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

R = 33.33%
G = 15.93%
B = 50.74%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7136AC (or 0x7136AC) is known color: Royal Purple. HEX triplet: 71, 36 and AC. RGB value is (113,54,172). Sum of RGB (Red+Green+Blue) = 113+54+172=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 172 (67.58% from 255 or 50.74% from 339); Max value from RGB is 172 - color contains mainly: blue. Hex color #7136AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7136AC is #8EC953. Grayscale: #545454. Windows color (decimal): -9357652 or 11286129. OLE color: 11286129.

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

Color convert

RGB 113 54 172 -
CMYK 0.34 0.69 0 0.33
HSL 270º 0.52% 0.44% -
HSV(B) 270º 0.69% 0.67% -
XYZ 15.58 9.13 39.97 -
YUV 85.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 113 54 172 0.34 0.69 0 0.33 270 0.52 0.44
Hex 71 36 AC 22 45 0 21 10E 34 2C
Octal 161 66 254 42 105 0 41 416 64 54
Binary 1110001 110110 10101100 100010 1000101 0 100001 100001110 110100 101100

Color Harmonies of #7136AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136AC

Black with #7136AC

Text Example


Text Example

White with #7136AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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