#674497

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

Shades of Royal Purple #674497

Tints of Royal Purple #674497

Color information

#674497 (or 0x674497) is unknown color: approx Royal Purple. HEX triplet: 67, 44 and 97. RGB value is (103,68,151). Sum of RGB (Red+Green+Blue) = 103+68+151=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 151 (59.38% from 255 or 46.89% from 322); Max value from RGB is 151 - color contains mainly: blue. Hex color #674497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674497 is #98BB68. Grayscale: #575757. Windows color (decimal): -10009449 or 9913447. OLE color: 9913447.

HSL color Cylindrical-coordinate representation of color #674497: hue angle of 265.3º 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 #674497 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10368151-
CMYK0.320.5500.41
HSL265.3º37.9%42.94%-
HSV(B)265.3º54.97%59.22%-
XYZ13.259.2530.37-
YUV87.93163.6138.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 151 (59.38% from 255) = 46.89%
R=31.99%
G=21.12%
B=46.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103681510.320.5500.41265.337.942.94
Hex6744972037029109262b
Octal14710422740670514114653
Binary11001111000100100101111000001101110101001100001001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674497; }

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

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

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

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

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

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

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

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