#674699

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

Shades of Royal Purple #674699

Tints of Royal Purple #674699

Color information

#674699 (or 0x674699) is unknown color: approx Royal Purple. HEX triplet: 67, 46 and 99. RGB value is (103,70,153). Sum of RGB (Red+Green+Blue) = 103+70+153=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #674699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674699 is #98B966. Grayscale: #595959. Windows color (decimal): -10008935 or 10045031. OLE color: 10045031.

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

Color convert

RGB10370153-
CMYK0.330.5400.4
HSL263.86º37.22%43.73%-
HSV(B)263.86º54.25%60%-
XYZ13.539.5631.27-
YUV89.33163.93137.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=31.60%
G=21.47%
B=46.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103701530.330.5400.4263.8637.2243.73
Hex6746992136028108252c
Octal14710623141660504104554
Binary11001111000110100110011000011101100101000100001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674699; }

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

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

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

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

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

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

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

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