#7535B3

Color #7535B3 Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7535B3

Tints of Royal Purple #7535B3

Color information

#7535B3 (or 0x7535B3) is unknown color: approx Royal Purple. HEX triplet: 75, 35 and B3. RGB value is (117,53,179). Sum of RGB (Red+Green+Blue) = 117+53+179=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #7535B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535B3 is #8ACA4C. Grayscale: #565656. Windows color (decimal): -9095757 or 11744629. OLE color: 11744629.

HSL color Cylindrical-coordinate representation of color #7535B3: hue angle of 270.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7535B3 is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11753179-
CMYK0.350.7000.30
HSL270.48º54.31%45.49%-
HSV(B)270.48º70.39%70.2%-
XYZ16.759.5843.61-
YUV86.5180.2149.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 179 (70.31% from 255) = 51.29%
R=33.52%
G=15.19%
B=51.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal117531790.350.7000.30270.4854.3145.49
Hex7535B3234601E10e362d
Octal16565263431060364166655
Binary1110101110101101100111000111000110011110100001110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7535B3; }

 p { color: rgb(117,53,179); }

 H1.HeaderClassName
 {
   color: #7535B3;
 }
 .AnyTagClassName
 {
   color: #7535B3;
 }
</style>
background-color css

<style>
 a { background-color: #7535B3; }

 a { background-color: rgb(117,53,179); }

 div.DivClassName
 {
   background-color: #7535B3;
 }
 .BgClassName
 {
   background-color: #7535B3;
 }
</style>
border-color css

<style>
 span { border-color: #7535B3; }

 span { border-color: rgb(117,53,179); }

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