#673091

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

Shades of Royal Purple #673091

Tints of Royal Purple #673091

Color information

#673091 (or 0x673091) is unknown color: approx Royal Purple. HEX triplet: 67, 30 and 91. RGB value is (103,48,145). Sum of RGB (Red+Green+Blue) = 103+48+145=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #673091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673091 is #98CF6E. Grayscale: #4B4B4B. Windows color (decimal): -10014575 or 9515111. OLE color: 9515111.

HSL color Cylindrical-coordinate representation of color #673091: hue angle of 274.02º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673091 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10348145-
CMYK0.290.6700.43
HSL274.02º50.26%37.84%-
HSV(B)274.02º66.9%56.86%-
XYZ11.767.0427.53-
YUV75.5167.22147.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.80%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=34.80%
G=16.22%
B=48.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103481450.290.6700.43274.0250.2637.84
Hex6730911D4302B1123226
Octal14760221351030534226246
Binary1100111110000100100011110110000110101011100010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673091; }

 p { color: rgb(103,48,145); }

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

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

 a { background-color: rgb(103,48,145); }

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

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

 span { border-color: rgb(103,48,145); }

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