#67155C

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

Shades of Palatinate Purple #67155C

Tints of Palatinate Purple #67155C

Color information

#67155C (or 0x67155C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 15 and 5C. RGB value is (103,21,92). Sum of RGB (Red+Green+Blue) = 103+21+92=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #67155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67155C is #98EAA3. Grayscale: #353535. Windows color (decimal): -10021540 or 6034791. OLE color: 6034791.

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

Color convert

RGB1032192-
CMYK00.800.110.60
HSL308.05º66.13%24.31%-
HSV(B)308.05º79.61%40.39%-
XYZ7.794.1910.52-
YUV53.61149.67163.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.69%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=47.69%
G=9.72%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103219200.800.110.60308.0566.1324.31
Hex67155C050B3C1344218
Octal147251340120137446410230
Binary1100111101011011100010100001011111100100110100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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