#7435A3

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

Shades of Royal Purple #7435A3

Tints of Royal Purple #7435A3

Color information

#7435A3 (or 0x7435A3) is unknown color: approx Royal Purple. HEX triplet: 74, 35 and A3. RGB value is (116,53,163). Sum of RGB (Red+Green+Blue) = 116+53+163=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 163 (64.06% from 255 or 49.10% from 332); Max value from RGB is 163 - color contains mainly: blue. Hex color #7435A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7435A3 is #8BCA5C. Grayscale: #545454. Windows color (decimal): -9161309 or 10696052. OLE color: 10696052.

HSL color Cylindrical-coordinate representation of color #7435A3: hue angle of 274.36º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7435A3 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11653163-
CMYK0.290.6700.36
HSL274.36º50.93%42.35%-
HSV(B)274.36º67.48%63.92%-
XYZ15.098.935.57-
YUV84.38172.37150.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 163 (64.06% from 255) = 49.10%
R=34.94%
G=15.96%
B=49.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116531630.290.6700.36274.3650.9342.35
Hex7435A31D43024112332a
Octal16465243351030444226352
Binary1110100110101101000111110110000110100100100010010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7435A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7435A3; }

 p { color: rgb(116,53,163); }

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

<style>
 a { background-color: #7435A3; }

 a { background-color: rgb(116,53,163); }

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

<style>
 span { border-color: #7435A3; }

 span { border-color: rgb(116,53,163); }

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