#673192

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

Shades of Royal Purple #673192

Tints of Royal Purple #673192

Color information

#673192 (or 0x673192) is unknown color: approx Royal Purple. HEX triplet: 67, 31 and 92. RGB value is (103,49,146). Sum of RGB (Red+Green+Blue) = 103+49+146=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #673192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673192 is #98CE6D. Grayscale: #4B4B4B. Windows color (decimal): -10014318 or 9580903. OLE color: 9580903.

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

Color convert

RGB10349146-
CMYK0.290.6600.43
HSL273.4º49.74%38.24%-
HSV(B)273.4º66.44%57.25%-
XYZ11.887.1627.95-
YUV76.2167.39147.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.56%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 146 (57.42% from 255) = 48.99%
R=34.56%
G=16.44%
B=48.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103491460.290.6600.43273.449.7438.24
Hex6731921D4202B1113226
Octal14761222351020534216246
Binary1100111110001100100101110110000100101011100010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673192; }

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

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

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

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

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

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

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

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