#6C265C

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

Shades of Palatinate Purple #6C265C

Tints of Palatinate Purple #6C265C

Color information

#6C265C (or 0x6C265C) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 26 and 5C. RGB value is (108,38,92). Sum of RGB (Red+Green+Blue) = 108+38+92=238 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.38% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 108 - color contains mainly: red. Hex color #6C265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C265C is #93D9A3. Grayscale: #404040. Windows color (decimal): -9689508 or 6039148. OLE color: 6039148.

HSL color Cylindrical-coordinate representation of color #6C265C: hue angle of 313.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C265C is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB1083892-
CMYK00.650.150.58
HSL313.71º47.95%28.63%-
HSV(B)313.71º64.81%42.35%-
XYZ8.815.3510.69-
YUV65.09143.19158.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.38%
GREEN value IS 38 (15.23% from 255) = 15.97%
BLUE value IS 92 (36.33% from 255) = 38.66%
R=45.38%
G=15.97%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108389200.650.150.58313.7147.9528.63
Hex6C265C041F3A13a301d
Octal15446134010117724726035
Binary1101100100110101110001000001111111101010011101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C265C; }

 p { color: rgb(108,38,92); }

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

<style>
 a { background-color: #6C265C; }

 a { background-color: rgb(108,38,92); }

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

<style>
 span { border-color: #6C265C; }

 span { border-color: rgb(108,38,92); }

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