#673193

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

Shades of Royal Purple #673193

Tints of Royal Purple #673193

Color information

#673193 (or 0x673193) is unknown color: approx Royal Purple. HEX triplet: 67, 31 and 93. RGB value is (103,49,147). Sum of RGB (Red+Green+Blue) = 103+49+147=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #673193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673193 is #98CE6C. Grayscale: #4B4B4B. Windows color (decimal): -10014317 or 9646439. OLE color: 9646439.

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

Color convert

RGB10349147-
CMYK0.300.6700.42
HSL273.06º50%38.43%-
HSV(B)273.06º66.67%57.65%-
XYZ11.967.1928.36-
YUV76.32167.89147.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.45%
GREEN value IS 49 (19.53% from 255) = 16.39%
BLUE value IS 147 (57.81% from 255) = 49.16%
R=34.45%
G=16.39%
B=49.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103491470.300.6700.42273.065038.43
Hex6731931E4302A1113226
Octal14761223361030524216246
Binary1100111110001100100111111010000110101010100010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673193; }

 p { color: rgb(103,49,147); }

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

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

 a { background-color: rgb(103,49,147); }

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

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

 span { border-color: rgb(103,49,147); }

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