#674062

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

Shades of Palatinate Purple #674062

Tints of Palatinate Purple #674062

Color information

#674062 (or 0x674062) is unknown color: approx Palatinate Purple. HEX triplet: 67, 40 and 62. RGB value is (103,64,98). Sum of RGB (Red+Green+Blue) = 103+64+98=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #674062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674062 is #98BF9D. Grayscale: #4F4F4F. Windows color (decimal): -10010526 or 6439015. OLE color: 6439015.

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

Color convert

RGB1036498-
CMYK00.380.050.60
HSL307.69º23.35%32.75%-
HSV(B)307.69º37.86%40.39%-
XYZ9.637.4312.48-
YUV79.54138.42144.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.87%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=38.87%
G=24.15%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103649800.380.050.60307.6923.3532.75
Hex67406202653C1341721
Octal1471001420465744642741
Binary110011110000001100010010011010111110010011010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674062; }

 p { color: rgb(103,64,98); }

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

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

 a { background-color: rgb(103,64,98); }

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

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

 span { border-color: rgb(103,64,98); }

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