#67145D

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

Shades of Palatinate Purple #67145D

Tints of Palatinate Purple #67145D

Color information

#67145D (or 0x67145D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 14 and 5D. RGB value is (103,20,93). Sum of RGB (Red+Green+Blue) = 103+20+93=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67145D is #98EBA2. Grayscale: #343434. Windows color (decimal): -10021795 or 6100071. OLE color: 6100071.

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

Color convert

RGB1032093-
CMYK00.810.100.60
HSL307.23º67.48%24.12%-
HSV(B)307.23º80.58%40.39%-
XYZ7.824.1710.75-
YUV53.14150.5163.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.69%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=47.69%
G=9.26%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103209300.810.100.60307.2367.4824.12
Hex67145D051A3C1334318
Octal147241350121127446310330
Binary1100111101001011101010100011010111100100110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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