#674496

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

Shades of Royal Purple #674496

Tints of Royal Purple #674496

Color information

#674496 (or 0x674496) is unknown color: approx Royal Purple. HEX triplet: 67, 44 and 96. RGB value is (103,68,150). Sum of RGB (Red+Green+Blue) = 103+68+150=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #674496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674496 is #98BB69. Grayscale: #575757. Windows color (decimal): -10009450 or 9847911. OLE color: 9847911.

HSL color Cylindrical-coordinate representation of color #674496: hue angle of 265.61º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674496 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10368150-
CMYK0.310.5500.41
HSL265.61º37.61%42.75%-
HSV(B)265.61º54.67%58.82%-
XYZ13.179.2229.94-
YUV87.81163.1138.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 68 (26.95% from 255) = 21.18%
BLUE value IS 150 (58.98% from 255) = 46.73%
R=32.09%
G=21.18%
B=46.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103681500.310.5500.41265.6137.6142.75
Hex6744961F3702910a262b
Octal14710422637670514124653
Binary1100111100010010010110111111101110101001100001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674496; }

 p { color: rgb(103,68,150); }

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

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

 a { background-color: rgb(103,68,150); }

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

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

 span { border-color: rgb(103,68,150); }

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