#67195C

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

Shades of Palatinate Purple #67195C

Tints of Palatinate Purple #67195C

Color information

#67195C (or 0x67195C) is unknown color: approx Palatinate Purple. HEX triplet: 67, 19 and 5C. RGB value is (103,25,92). Sum of RGB (Red+Green+Blue) = 103+25+92=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67195C is #98E6A3. Grayscale: #373737. Windows color (decimal): -10020516 or 6035815. OLE color: 6035815.

HSL color Cylindrical-coordinate representation of color #67195C: hue angle of 308.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67195C is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1032592-
CMYK00.760.110.60
HSL308.46º60.94%25.1%-
HSV(B)308.46º75.73%40.39%-
XYZ7.874.3510.55-
YUV55.96148.34161.55-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 46.82%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=46.82%
G=11.36%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103259200.760.110.60308.4660.9425.1
Hex67195C04CB3C1343d19
Octal14731134011413744647531
Binary110011111001101110001001100101111110010011010011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67195C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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