#674161

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

Shades of Palatinate Purple #674161

Tints of Palatinate Purple #674161

Color information

#674161 (or 0x674161) is unknown color: approx Palatinate Purple. HEX triplet: 67, 41 and 61. RGB value is (103,65,97). Sum of RGB (Red+Green+Blue) = 103+65+97=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #674161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674161 is #98BE9E. Grayscale: #4F4F4F. Windows color (decimal): -10010271 or 6373735. OLE color: 6373735.

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

Color convert

RGB1036597-
CMYK00.370.060.60
HSL309.47º22.62%32.94%-
HSV(B)309.47º36.89%40.39%-
XYZ9.647.5312.25-
YUV80.01137.59144.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 65 (25.78% from 255) = 24.53%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=38.87%
G=24.53%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103659700.370.060.60309.4722.6232.94
Hex67416102563C1351721
Octal1471011410456744652741
Binary110011110000011100001010010111011110010011010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674161; }

 p { color: rgb(103,65,97); }

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

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

 a { background-color: rgb(103,65,97); }

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

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

 span { border-color: rgb(103,65,97); }

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