Html Css Color HEX #7135AD Royal Purple

📋 copy color: '#7135AD'

red 113 ◦ green 53 ◦ blue 173

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

Shades of Royal Purple #7135AD

Tints of Royal Purple #7135AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 33.33%
G = 15.63%
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

#7135AD (or 0x7135AD) is known color: Royal Purple. HEX triplet: 71, 35 and AD. RGB value is (113,53,173). Sum of RGB (Red+Green+Blue) = 113+53+173=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #7135AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7135AD is #8ECA52. Grayscale: #545454. Windows color (decimal): -9357907 or 11351409. OLE color: 11351409.

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

Color convert

RGB 113 53 173 -
CMYK 0.35 0.69 0 0.32
HSL 270º 0.53% 0.44% -
HSV(B) 270º 0.69% 0.68% -
XYZ 15.63 9.07 40.46 -
YUV 84.62 177.88 148.24 -
System Red Green Blue C M Y K H S L
Decimal 113 53 173 0.35 0.69 0 0.32 270 0.53 0.44
Hex 71 35 AD 23 45 0 20 10E 35 2C
Octal 161 65 255 43 105 0 40 416 65 54
Binary 1110001 110101 10101101 100011 1000101 0 100000 100001110 110101 101100

Color Harmonies of #7135AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7135AD

Black with #7135AD

Text Example


Text Example

White with #7135AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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