#67055D

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

Shades of Palatinate Purple #67055D

Tints of Palatinate Purple #67055D

Color information

#67055D (or 0x67055D) is unknown color: approx Palatinate Purple. HEX triplet: 67, 05 and 5D. RGB value is (103,5,93). Sum of RGB (Red+Green+Blue) = 103+5+93=201 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.24% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 103 - color contains mainly: red. Hex color #67055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67055D is #98FAA2. Grayscale: #2C2C2C. Windows color (decimal): -10025635 or 6096231. OLE color: 6096231.

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

Color convert

RGB103593-
CMYK00.950.100.60
HSL306.12º90.74%21.18%-
HSV(B)306.12º95.15%40.39%-
XYZ7.623.7810.68-
YUV44.33155.47169.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 51.24%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=51.24%
G=2.49%
B=46.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10359300.950.100.60306.1290.7421.18
Hex6755D05FA3C1325b15
Octal14751350137127446213325
Binary11001111011011101010111111010111100100110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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