#67145A

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

Shades of Palatinate Purple #67145A

Tints of Palatinate Purple #67145A

Color information

#67145A (or 0x67145A) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 5A. RGB value is (103,20,90). Sum of RGB (Red+Green+Blue) = 103+20+90=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #67145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67145A is #98EBA5. Grayscale: #343434. Windows color (decimal): -10021798 or 5903463. OLE color: 5903463.

HSL color Cylindrical-coordinate representation of color #67145A: hue angle of 309.4º 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 #67145A is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1032090-
CMYK00.810.130.60
HSL309.4º67.48%24.12%-
HSV(B)309.4º80.58%40.39%-
XYZ7.694.1210.06-
YUV52.8149163.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.36%
GREEN value IS 20 (8.20% from 255) = 9.39%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=48.36%
G=9.39%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103209000.810.130.60309.467.4824.12
Hex67145A051D3C1354318
Octal147241320121157446510330
Binary1100111101001011010010100011101111100100110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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