Html Css Color HEX #7136A3 Royal Purple

📋 copy color: '#7136A3'

red 113 ◦ green 54 ◦ blue 163

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

Shades of Royal Purple #7136A3

Tints of Royal Purple #7136A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 49.39%

R = 34.24%
G = 16.36%
B = 49.39%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7136A3 (or 0x7136A3) is known color: Royal Purple. HEX triplet: 71, 36 and A3. RGB value is (113,54,163). Sum of RGB (Red+Green+Blue) = 113+54+163=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 163 (64.06% from 255 or 49.39% from 330); Max value from RGB is 163 - color contains mainly: blue. Hex color #7136A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7136A3 is #8EC95C. Grayscale: #535353. Windows color (decimal): -9357661 or 10696305. OLE color: 10696305.

HSL color Cylindrical-coordinate representation of color #7136A3: hue angle of 272.48º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7136A3 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 54 163 -
CMYK 0.31 0.67 0 0.36
HSL 272.48º 0.5% 0.43% -
HSV(B) 272.48º 0.67% 0.64% -
XYZ 14.74 8.79 35.57 -
YUV 84.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 113 54 163 0.31 0.67 0 0.36 272.48 0.5 0.43
Hex 71 36 A3 1F 43 0 24 110 32 2B
Octal 161 66 243 37 103 0 44 420 62 53
Binary 1110001 110110 10100011 11111 1000011 0 100100 100010000 110010 101011

Color Harmonies of #7136A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7136A3

Black with #7136A3

Text Example


Text Example

White with #7136A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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