Html Css Color HEX #7534AD Royal Purple

📋 copy color: '#7534AD'

red 117 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #7534AD

Tints of Royal Purple #7534AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 34.21%
G = 15.2%
B = 50.58%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7534AD (or 0x7534AD) is known color: Royal Purple. HEX triplet: 75, 34 and AD. RGB value is (117,52,173). Sum of RGB (Red+Green+Blue) = 117+52+173=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #7534AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7534AD is #8ACB52. Grayscale: #545454. Windows color (decimal): -9096019 or 11351157. OLE color: 11351157.

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

Color convert

RGB 117 52 173 -
CMYK 0.32 0.70 0 0.32
HSL 272.23º 0.54% 0.44% -
HSV(B) 272.23º 0.7% 0.68% -
XYZ 16.11 9.26 40.47 -
YUV 85.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 117 52 173 0.32 0.70 0 0.32 272.23 0.54 0.44
Hex 75 34 AD 20 46 0 20 110 36 2C
Octal 165 64 255 40 106 0 40 420 66 54
Binary 1110101 110100 10101101 100000 1000110 0 100000 100010000 110110 101100

Color Harmonies of #7534AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7534AD

Black with #7534AD

Text Example


Text Example

White with #7534AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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