#674899

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

Shades of Royal Purple #674899

Tints of Royal Purple #674899

Color information

#674899 (or 0x674899) is unknown color: approx Royal Purple. HEX triplet: 67, 48 and 99. RGB value is (103,72,153). Sum of RGB (Red+Green+Blue) = 103+72+153=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #674899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674899 is #98B766. Grayscale: #5A5A5A. Windows color (decimal): -10008423 or 10045543. OLE color: 10045543.

HSL color Cylindrical-coordinate representation of color #674899: hue angle of 262.96º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674899 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10372153-
CMYK0.330.5300.4
HSL262.96º36%44.12%-
HSV(B)262.96º52.94%60%-
XYZ13.669.8231.31-
YUV90.5163.27136.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.40%
GREEN value IS 72 (28.52% from 255) = 21.95%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=31.40%
G=21.95%
B=46.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103721530.330.5300.4262.963644.12
Hex6748992135028107242c
Octal14711023141650504074454
Binary11001111001000100110011000011101010101000100000111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674899; }

 p { color: rgb(103,72,153); }

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

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

 a { background-color: rgb(103,72,153); }

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

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

 span { border-color: rgb(103,72,153); }

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