#673C96

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

Shades of Royal Purple #673C96

Tints of Royal Purple #673C96

Color information

#673C96 (or 0x673C96) is unknown color: approx Royal Purple. HEX triplet: 67, 3C and 96. RGB value is (103,60,150). Sum of RGB (Red+Green+Blue) = 103+60+150=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #673C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673C96 is #98C369. Grayscale: #525252. Windows color (decimal): -10011498 or 9845863. OLE color: 9845863.

HSL color Cylindrical-coordinate representation of color #673C96: hue angle of 268.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #673C96 is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10360150-
CMYK0.310.600.41
HSL268.67º42.86%41.18%-
HSV(B)268.67º60%58.82%-
XYZ12.718.3229.79-
YUV83.12165.75142.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=32.91%
G=19.17%
B=47.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103601500.310.600.41268.6742.8641.18
Hex673C961F3C02910d2b29
Octal1477422637740514155351
Binary110011111110010010110111111111000101001100001101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673C96; }

 p { color: rgb(103,60,150); }

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

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

 a { background-color: rgb(103,60,150); }

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

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

 span { border-color: rgb(103,60,150); }

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