Html Css Color HEX #7536AD Royal Purple

📋 copy color: '#7536AD'

red 117 ◦ green 54 ◦ blue 173

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

Shades of Royal Purple #7536AD

Tints of Royal Purple #7536AD

RGB

 RED value IS 117 (46.09% from 255) = 34.01%

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

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

R = 34.01%
G = 15.7%
B = 50.29%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7536AD (or 0x7536AD) is known color: Royal Purple. HEX triplet: 75, 36 and AD. RGB value is (117,54,173). Sum of RGB (Red+Green+Blue) = 117+54+173=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #7536AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7536AD is #8AC952. Grayscale: #555555. Windows color (decimal): -9095507 or 11351669. OLE color: 11351669.

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

Color convert

RGB 117 54 173 -
CMYK 0.32 0.69 0 0.32
HSL 271.76º 0.52% 0.45% -
HSV(B) 271.76º 0.69% 0.68% -
XYZ 16.2 9.44 40.5 -
YUV 86.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 117 54 173 0.32 0.69 0 0.32 271.76 0.52 0.45
Hex 75 36 AD 20 45 0 20 110 34 2D
Octal 165 66 255 40 105 0 40 420 64 55
Binary 1110101 110110 10101101 100000 1000101 0 100000 100010000 110100 101101

Color Harmonies of #7536AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536AD

Black with #7536AD

Text Example


Text Example

White with #7536AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,54,173); }

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

background-color css

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

 a { background-color: rgb(117,54,173); }

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

border-color css

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

 span { border-color: rgb(117,54,173); }

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