#673A93

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

Shades of Royal Purple #673A93

Tints of Royal Purple #673A93

Color information

#673A93 (or 0x673A93) is unknown color: approx Royal Purple. HEX triplet: 67, 3A and 93. RGB value is (103,58,147). Sum of RGB (Red+Green+Blue) = 103+58+147=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #673A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673A93 is #98C56C. Grayscale: #515151. Windows color (decimal): -10012013 or 9648743. OLE color: 9648743.

HSL color Cylindrical-coordinate representation of color #673A93: hue angle of 270.34º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #673A93 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10358147-
CMYK0.300.6100.42
HSL270.34º43.41%40.2%-
HSV(B)270.34º60.54%57.65%-
XYZ12.378.0228.5-
YUV81.6164.91143.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=33.44%
G=18.83%
B=47.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103581470.300.6100.42270.3443.4140.2
Hex673A931E3D02A10e2b28
Octal1477222336750524165350
Binary110011111101010010011111101111010101010100001110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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