#674799

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

Shades of Royal Purple #674799

Tints of Royal Purple #674799

Color information

#674799 (or 0x674799) is unknown color: approx Royal Purple. HEX triplet: 67, 47 and 99. RGB value is (103,71,153). Sum of RGB (Red+Green+Blue) = 103+71+153=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #674799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674799 is #98B866. Grayscale: #595959. Windows color (decimal): -10008679 or 10045287. OLE color: 10045287.

HSL color Cylindrical-coordinate representation of color #674799: hue angle of 263.41º 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 #674799 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10371153-
CMYK0.330.5400.4
HSL263.41º36.61%43.92%-
HSV(B)263.41º53.59%60%-
XYZ13.69.6931.29-
YUV89.92163.6137.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.50%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=31.50%
G=21.71%
B=46.79%

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
Decimal103711530.330.5400.4263.4136.6143.92
Hex6747992136028107252c
Octal14710723141660504074554
Binary11001111000111100110011000011101100101000100000111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674799; }

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

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

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

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

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

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

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

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