#67425E

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

Shades of Palatinate Purple #67425E

Tints of Palatinate Purple #67425E

Color information

#67425E (or 0x67425E) is unknown color: approx Palatinate Purple. HEX triplet: 67, 42 and 5E. RGB value is (103,66,94). Sum of RGB (Red+Green+Blue) = 103+66+94=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67425E is #98BDA1. Grayscale: #505050. Windows color (decimal): -10010018 or 6177383. OLE color: 6177383.

HSL color Cylindrical-coordinate representation of color #67425E: hue angle of 314.59º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67425E is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB1036694-
CMYK00.360.090.60
HSL314.59º21.89%33.14%-
HSV(B)314.59º35.92%40.39%-
XYZ9.567.5911.55-
YUV80.26135.76144.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=39.16%
G=25.10%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103669400.360.090.60314.5921.8933.14
Hex67425E02493C13b1621
Octal14710213604411744732641
Binary1100111100001010111100100100100111110010011101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67425E; }

 p { color: rgb(103,66,94); }

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

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

 a { background-color: rgb(103,66,94); }

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

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

 span { border-color: rgb(103,66,94); }

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