#7430AD

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

Shades of Royal Purple #7430AD

Tints of Royal Purple #7430AD

Color information

#7430AD (or 0x7430AD) is unknown color: approx Royal Purple. HEX triplet: 74, 30 and AD. RGB value is (116,48,173). Sum of RGB (Red+Green+Blue) = 116+48+173=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #7430AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7430AD is #8BCF52. Grayscale: #525252. Windows color (decimal): -9162579 or 11350132. OLE color: 11350132.

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

Color convert

RGB11648173-
CMYK0.330.7200.32
HSL272.64º56.56%43.33%-
HSV(B)272.64º72.25%67.84%-
XYZ15.88.8440.41-
YUV82.58179.03151.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 48 (19.14% from 255) = 14.24%
BLUE value IS 173 (67.97% from 255) = 51.34%
R=34.42%
G=14.24%
B=51.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116481730.330.7200.32272.6456.5643.33
Hex7430AD2148020111392b
Octal16460255411100404217153
Binary11101001100001010110110000110010000100000100010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7430AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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