#6C0E67

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

Shades of Palatinate Purple #6C0E67

Tints of Palatinate Purple #6C0E67

Color information

#6C0E67 (or 0x6C0E67) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 0E and 67. RGB value is (108,14,103). Sum of RGB (Red+Green+Blue) = 108+14+103=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0E67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0E67 is #93F198. Grayscale: #333333. Windows color (decimal): -9695641 or 6753900. OLE color: 6753900.

HSL color Cylindrical-coordinate representation of color #6C0E67: hue angle of 303.19º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C0E67 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10814103-
CMYK00.870.050.58
HSL303.19º77.05%23.92%-
HSV(B)303.19º87.04%42.35%-
XYZ8.794.4813.23-
YUV52.25156.64167.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48%
GREEN value IS 14 (5.86% from 255) = 6.22%
BLUE value IS 103 (40.62% from 255) = 45.78%
R=48%
G=6.22%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081410300.870.050.58303.1977.0523.92
Hex6CE6705753A12f4d18
Octal15416147012757245711530
Binary11011001110110011101010111101111010100101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C0E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,14,103); }

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

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

 a { background-color: rgb(108,14,103); }

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

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

 span { border-color: rgb(108,14,103); }

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