#6D236B

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

Shades of Palatinate Purple #6D236B

Tints of Palatinate Purple #6D236B

Color information

#6D236B (or 0x6D236B) is unknown color: approx Palatinate Purple. HEX triplet: 6D, 23 and 6B. RGB value is (109,35,107). Sum of RGB (Red+Green+Blue) = 109+35+107=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D236B is #92DC94. Grayscale: #414141. Windows color (decimal): -9624725 or 7021421. OLE color: 7021421.

HSL color Cylindrical-coordinate representation of color #6D236B: hue angle of 301.62º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D236B is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10935107-
CMYK00.680.020.57
HSL301.62º51.39%28.24%-
HSV(B)301.62º67.89%42.75%-
XYZ9.565.5114.47-
YUV65.33151.52159.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.43%
GREEN value IS 35 (14.06% from 255) = 13.94%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=43.43%
G=13.94%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1093510700.680.020.57301.6251.3928.24
Hex6D236B04423912e331c
Octal1554315301042714566334
Binary11011011000111101011010001001011100110010111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,107); }

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

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

 a { background-color: rgb(109,35,107); }

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

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

 span { border-color: rgb(109,35,107); }

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