Html Css Color HEX #7536AA Royal Purple

📋 copy color: '#7536AA'

red 117 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #7536AA

Tints of Royal Purple #7536AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 34.31%
G = 15.84%
B = 49.85%

CMYK

 C value IS 0.31

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7536AA (or 0x7536AA) is known color: Royal Purple. HEX triplet: 75, 36 and AA. RGB value is (117,54,170). Sum of RGB (Red+Green+Blue) = 117+54+170=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #7536AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7536AA is #8AC955. Grayscale: #555555. Windows color (decimal): -9095510 or 11155061. OLE color: 11155061.

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

Color convert

RGB 117 54 170 -
CMYK 0.31 0.68 0 0.33
HSL 272.59º 0.52% 0.44% -
HSV(B) 272.59º 0.68% 0.67% -
XYZ 15.91 9.32 38.99 -
YUV 86.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 117 54 170 0.31 0.68 0 0.33 272.59 0.52 0.44
Hex 75 36 AA 1F 44 0 21 111 34 2C
Octal 165 66 252 37 104 0 41 421 64 54
Binary 1110101 110110 10101010 11111 1000100 0 100001 100010001 110100 101100

Color Harmonies of #7536AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7536AA

Black with #7536AA

Text Example


Text Example

White with #7536AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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