#6B365C

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

Shades of Palatinate Purple #6B365C

Tints of Palatinate Purple #6B365C

Color information

#6B365C (or 0x6B365C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 36 and 5C. RGB value is (107,54,92). Sum of RGB (Red+Green+Blue) = 107+54+92=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B365C is #94C9A3. Grayscale: #4A4A4A. Windows color (decimal): -9750948 or 6043243. OLE color: 6043243.

HSL color Cylindrical-coordinate representation of color #6B365C: hue angle of 316.98º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B365C is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1075492-
CMYK00.500.140.58
HSL316.98º32.92%31.57%-
HSV(B)316.98º49.53%41.96%-
XYZ9.316.5410.9-
YUV74.18138.06151.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.29%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=42.29%
G=21.34%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107549200.500.140.58316.9832.9231.57
Hex6B365C032E3A13d2120
Octal1536613406216724754140
Binary1101011110110101110001100101110111010100111101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B365C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,54,92); }

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

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

 a { background-color: rgb(107,54,92); }

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

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

 span { border-color: rgb(107,54,92); }

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