#67185F

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

Shades of Palatinate Purple #67185F

Tints of Palatinate Purple #67185F

Color information

#67185F (or 0x67185F) is unknown color: approx Palatinate Purple. HEX triplet: 67, 18 and 5F. RGB value is (103,24,95). Sum of RGB (Red+Green+Blue) = 103+24+95=222 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.40% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 103 - color contains mainly: red. Hex color #67185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67185F is #98E7A0. Grayscale: #373737. Windows color (decimal): -10020769 or 6232167. OLE color: 6232167.

HSL color Cylindrical-coordinate representation of color #67185F: hue angle of 306.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67185F is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB1032495-
CMYK00.770.080.60
HSL306.08º62.2%24.9%-
HSV(B)306.08º76.7%40.39%-
XYZ7.994.3611.25-
YUV55.72150.17161.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.40%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=46.40%
G=10.81%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103249500.770.080.60306.0862.224.9
Hex67185F04D83C1323e19
Octal14730137011510744627631
Binary110011111000101111101001101100011110010011001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67185F; }

 p { color: rgb(103,24,95); }

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

<style>
 a { background-color: #67185F; }

 a { background-color: rgb(103,24,95); }

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

<style>
 span { border-color: #67185F; }

 span { border-color: rgb(103,24,95); }

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