Html Css Color HEX #7530AB Royal Purple

📋 copy color: '#7530AB'

red 117 ◦ green 48 ◦ blue 171

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

Shades of Royal Purple #7530AB

Tints of Royal Purple #7530AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.29%

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

R = 34.82%
G = 14.29%
B = 50.89%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7530AB (or 0x7530AB) is known color: Royal Purple. HEX triplet: 75, 30 and AB. RGB value is (117,48,171). Sum of RGB (Red+Green+Blue) = 117+48+171=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #7530AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7530AB is #8ACF54. Grayscale: #525252. Windows color (decimal): -9097045 or 11219061. OLE color: 11219061.

HSL color Cylindrical-coordinate representation of color #7530AB: hue angle of 273.66º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7530AB is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 48 171 -
CMYK 0.32 0.72 0 0.33
HSL 273.66º 0.56% 0.43% -
HSV(B) 273.66º 0.72% 0.67% -
XYZ 15.74 8.84 39.4 -
YUV 82.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 117 48 171 0.32 0.72 0 0.33 273.66 0.56 0.43
Hex 75 30 AB 20 48 0 21 112 38 2B
Octal 165 60 253 40 110 0 41 422 70 53
Binary 1110101 110000 10101011 100000 1001000 0 100001 100010010 111000 101011

Color Harmonies of #7530AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7530AB

Black with #7530AB

Text Example


Text Example

White with #7530AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,48,171); }

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

background-color css

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

 a { background-color: rgb(117,48,171); }

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

border-color css

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

 span { border-color: rgb(117,48,171); }

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