#673492

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

Shades of Royal Purple #673492

Tints of Royal Purple #673492

Color information

#673492 (or 0x673492) is unknown color: approx Royal Purple. HEX triplet: 67, 34 and 92. RGB value is (103,52,146). Sum of RGB (Red+Green+Blue) = 103+52+146=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #673492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673492 is #98CB6D. Grayscale: #4D4D4D. Windows color (decimal): -10013550 or 9581671. OLE color: 9581671.

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

Color convert

RGB10352146-
CMYK0.290.6400.43
HSL272.55º47.47%38.82%-
HSV(B)272.55º64.38%57.25%-
XYZ12.017.4127.99-
YUV77.96166.4145.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=34.22%
G=17.28%
B=48.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103521460.290.6400.43272.5547.4738.82
Hex6734921D4002B1112f27
Octal14764222351000534215747
Binary1100111110100100100101110110000000101011100010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673492; }

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

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

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

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

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

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

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

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