Html Css Color HEX #7135AB Royal Purple

📋 copy color: '#7135AB'

red 113 ◦ green 53 ◦ blue 171

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

Shades of Royal Purple #7135AB

Tints of Royal Purple #7135AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.73%

 BLUE value IS 171 (67.19% from 255) = 50.74%

R = 33.53%
G = 15.73%
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

#7135AB (or 0x7135AB) is known color: Royal Purple. HEX triplet: 71, 35 and AB. RGB value is (113,53,171). Sum of RGB (Red+Green+Blue) = 113+53+171=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #7135AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7135AB is #8ECA54. Grayscale: #535353. Windows color (decimal): -9357909 or 11220337. OLE color: 11220337.

HSL color Cylindrical-coordinate representation of color #7135AB: hue angle of 270.51º degrees, saturation: 0.53, 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 #7135AB is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 53 171 -
CMYK 0.34 0.69 0 0.33
HSL 270.51º 0.53% 0.44% -
HSV(B) 270.51º 0.69% 0.67% -
XYZ 15.43 9 39.45 -
YUV 84.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 113 53 171 0.34 0.69 0 0.33 270.51 0.53 0.44
Hex 71 35 AB 22 45 0 21 10F 35 2C
Octal 161 65 253 42 105 0 41 417 65 54
Binary 1110001 110101 10101011 100010 1000101 0 100001 100001111 110101 101100

Color Harmonies of #7135AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7135AB

Black with #7135AB

Text Example


Text Example

White with #7135AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7135AB; }

 p { color: rgb(113,53,171); }

 H1.HeaderClassName
 {
   color: #7135AB;
 }
 .AnyTagClassName
 {
   color: #7135AB;
 }
</style>

background-color css

<style>
 a { background-color: #7135AB; }

 a { background-color: rgb(113,53,171); }

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

border-color css

<style>
 span { border-color: #7135AB; }

 span { border-color: rgb(113,53,171); }

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