#7438AC

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

Shades of Royal Purple #7438AC

Tints of Royal Purple #7438AC

Color information

#7438AC (or 0x7438AC) is unknown color: approx Royal Purple. HEX triplet: 74, 38 and AC. RGB value is (116,56,172). Sum of RGB (Red+Green+Blue) = 116+56+172=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 172 (67.58% from 255 or 50% from 344); Max value from RGB is 172 - color contains mainly: blue. Hex color #7438AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7438AC is #8BC753. Grayscale: #565656. Windows color (decimal): -9160532 or 11286644. OLE color: 11286644.

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

Color convert

RGB11656172-
CMYK0.330.6700.33
HSL271.03º50.88%44.71%-
HSV(B)271.03º67.44%67.45%-
XYZ16.069.5240.02-
YUV87.16175.88148.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 172 (67.58% from 255) = 50%
R=33.72%
G=16.28%
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.33
SystemRedGreenBlueCMYKHSL
Decimal116561720.330.6700.33271.0350.8844.71
Hex7438AC214302110f332d
Octal16470254411030414176355
Binary11101001110001010110010000110000110100001100001111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7438AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7438AC; }

 p { color: rgb(116,56,172); }

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

<style>
 a { background-color: #7438AC; }

 a { background-color: rgb(116,56,172); }

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

<style>
 span { border-color: #7438AC; }

 span { border-color: rgb(116,56,172); }

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