#7439AD

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

Shades of Royal Purple #7439AD

Tints of Royal Purple #7439AD

Color information

#7439AD (or 0x7439AD) is unknown color: approx Royal Purple. HEX triplet: 74, 39 and AD. RGB value is (116,57,173). Sum of RGB (Red+Green+Blue) = 116+57+173=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #7439AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7439AD is #8BC652. Grayscale: #575757. Windows color (decimal): -9160275 or 11352436. OLE color: 11352436.

HSL color Cylindrical-coordinate representation of color #7439AD: hue angle of 270.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7439AD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11657173-
CMYK0.330.6700.32
HSL270.52º50.43%45.1%-
HSV(B)270.52º67.05%67.84%-
XYZ16.219.6640.54-
YUV87.86176.05148.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.53%
GREEN value IS 57 (22.66% from 255) = 16.47%
BLUE value IS 173 (67.97% from 255) = 50%
R=33.53%
G=16.47%
B=50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116571730.330.6700.32270.5250.4345.1
Hex7439AD214302010f322d
Octal16471255411030404176255
Binary11101001110011010110110000110000110100000100001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7439AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,57,173); }

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

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

 a { background-color: rgb(116,57,173); }

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

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

 span { border-color: rgb(116,57,173); }

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