#6B135C

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

Shades of Palatinate Purple #6B135C

Tints of Palatinate Purple #6B135C

Color information

#6B135C (or 0x6B135C) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 13 and 5C. RGB value is (107,19,92). Sum of RGB (Red+Green+Blue) = 107+19+92=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B135C is #94ECA3. Grayscale: #353535. Windows color (decimal): -9759908 or 6034283. OLE color: 6034283.

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

Color convert

RGB1071992-
CMYK00.820.140.58
HSL310.23º69.84%24.71%-
HSV(B)310.23º82.24%41.96%-
XYZ8.234.3610.53-
YUV53.63149.65166.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 19 (7.81% from 255) = 8.72%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=49.08%
G=8.72%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107199200.820.140.58310.2369.8424.71
Hex6B135C052E3A1364619
Octal153231340122167246610631
Binary1101011100111011100010100101110111010100110110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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