#7434af

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

Shades of Royal Purple #7434AF

Tints of Royal Purple #7434AF

Color information

#7434AF (or 0x7434AF) is unknown color: approx Royal Purple. HEX triplet: 74, 34 and AF. RGB value is (116,52,175). Sum of RGB (Red+Green+Blue) = 116+52+175=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #7434AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7434AF is #8BCB50. Grayscale: #545454. Windows color (decimal): -9161553 or 11482228. OLE color: 11482228.

HSL color Cylindrical-coordinate representation of color #7434AF: hue angle of 271.22º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7434AF is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11652175-
CMYK0.340.7000.31
HSL271.22º54.19%44.51%-
HSV(B)271.22º70.29%68.63%-
XYZ16.179.2641.49-
YUV85.16178.7150-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 175 (68.75% from 255) = 51.02%
R=33.82%
G=15.16%
B=51.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116521750.340.7000.31271.2254.1944.51
Hex7434AF224601F10f362d
Octal16464257421060374176655
Binary1110100110100101011111000101000110011111100001111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7434af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7434af; }

 p { color: rgb(116,52,175); }

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

<style>
 a { background-color: #7434af; }

 a { background-color: rgb(116,52,175); }

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

<style>
 span { border-color: #7434af; }

 span { border-color: rgb(116,52,175); }

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