#67165D

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

Shades of Palatinate Purple #67165D

Tints of Palatinate Purple #67165D

Color information

#67165D (or 0x67165D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 16 and 5D. RGB value is (103,22,93). Sum of RGB (Red+Green+Blue) = 103+22+93=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #67165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67165D is #98E9A2. Grayscale: #363636. Windows color (decimal): -10021283 or 6100583. OLE color: 6100583.

HSL color Cylindrical-coordinate representation of color #67165D: hue angle of 307.41º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67165D is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB1032293-
CMYK00.790.100.60
HSL307.41º64.8%24.51%-
HSV(B)307.41º78.64%40.39%-
XYZ7.864.2510.76-
YUV54.31149.84162.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=47.25%
G=10.09%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103229300.790.100.60307.4164.824.51
Hex67165D04FA3C1334119
Octal147261350117127446310131
Binary1100111101101011101010011111010111100100110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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