#6C1F6B

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

Shades of Palatinate Purple #6C1F6B

Tints of Palatinate Purple #6C1F6B

Color information

#6C1F6B (or 0x6C1F6B) is unknown color: approx Palatinate Purple. HEX triplet: 6C, 1F and 6B. RGB value is (108,31,107). Sum of RGB (Red+Green+Blue) = 108+31+107=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1F6B is #93E094. Grayscale: #3E3E3E. Windows color (decimal): -9691285 or 7020396. OLE color: 7020396.

HSL color Cylindrical-coordinate representation of color #6C1F6B: hue angle of 300.78º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C1F6B is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10831107-
CMYK00.710.010.58
HSL300.78º55.4%27.25%-
HSV(B)300.78º71.3%42.35%-
XYZ9.335.2314.43-
YUV62.69153.01160.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.90%
GREEN value IS 31 (12.5% from 255) = 12.60%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=43.90%
G=12.60%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1083110700.710.010.58300.7855.427.25
Hex6C1F6B04713A12d371b
Octal1543715301071724556733
Binary110110011111110101101000111111101010010110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,107); }

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

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

 a { background-color: rgb(108,31,107); }

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

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

 span { border-color: rgb(108,31,107); }

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