#673195

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

Shades of Royal Purple #673195

Tints of Royal Purple #673195

Color information

#673195 (or 0x673195) is unknown color: approx Royal Purple. HEX triplet: 67, 31 and 95. RGB value is (103,49,149). Sum of RGB (Red+Green+Blue) = 103+49+149=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #673195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673195 is #98CE6A. Grayscale: #4C4C4C. Windows color (decimal): -10014315 or 9777511. OLE color: 9777511.

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

Color convert

RGB10349149-
CMYK0.310.6700.42
HSL272.4º50.51%38.82%-
HSV(B)272.4º67.11%58.43%-
XYZ12.127.2529.19-
YUV76.55168.89146.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=34.22%
G=16.28%
B=49.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103491490.310.6700.42272.450.5138.82
Hex6731951F4302A1103327
Octal14761225371030524206347
Binary1100111110001100101011111110000110101010100010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673195; }

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

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

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

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

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

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

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

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