#67145C

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

Shades of Palatinate Purple #67145C

Tints of Palatinate Purple #67145C

Color information

#67145C (or 0x67145C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 5C. RGB value is (103,20,92). Sum of RGB (Red+Green+Blue) = 103+20+92=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 20 (8.20% from 255 or 9.30% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67145C is #98EBA3. Grayscale: #343434. Windows color (decimal): -10021796 or 6034535. OLE color: 6034535.

HSL color Cylindrical-coordinate representation of color #67145C: hue angle of 307.95º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #67145C is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1032092-
CMYK00.810.110.60
HSL307.95º67.48%24.12%-
HSV(B)307.95º80.58%40.39%-
XYZ7.784.1610.52-
YUV53.02150163.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.91%
GREEN value IS 20 (8.20% from 255) = 9.30%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=47.91%
G=9.30%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103209200.810.110.60307.9567.4824.12
Hex67145C051B3C1344318
Octal147241340121137446410330
Binary1100111101001011100010100011011111100100110100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67145C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67145C; }

 p { color: rgb(103,20,92); }

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

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

 a { background-color: rgb(103,20,92); }

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

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

 span { border-color: rgb(103,20,92); }

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