#6B105C

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

Shades of Palatinate Purple #6B105C

Tints of Palatinate Purple #6B105C

Color information

#6B105C (or 0x6B105C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 10 and 5C. RGB value is (107,16,92). Sum of RGB (Red+Green+Blue) = 107+16+92=215 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.77% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 107 - color contains mainly: red. Hex color #6B105C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B105C is #94EFA3. Grayscale: #333333. Windows color (decimal): -9760676 or 6033515. OLE color: 6033515.

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

Color convert

RGB1071692-
CMYK00.850.140.58
HSL309.89º73.98%24.12%-
HSV(B)309.89º85.05%41.96%-
XYZ8.184.2710.52-
YUV51.87150.65167.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.77%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=49.77%
G=7.44%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107169200.850.140.58309.8973.9824.12
Hex6B105C055E3A1364a18
Octal153201340125167246611230
Binary1101011100001011100010101011110111010100110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B105C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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