#6B135A

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

Shades of Palatinate Purple #6B135A

Tints of Palatinate Purple #6B135A

Color information

#6B135A (or 0x6B135A) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 13 and 5A. RGB value is (107,19,90). Sum of RGB (Red+Green+Blue) = 107+19+90=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B135A is #94ECA5. Grayscale: #353535. Windows color (decimal): -9759910 or 5903211. OLE color: 5903211.

HSL color Cylindrical-coordinate representation of color #6B135A: hue angle of 311.59º 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 #6B135A is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB1071990-
CMYK00.820.160.58
HSL311.59º69.84%24.71%-
HSV(B)311.59º82.24%41.96%-
XYZ8.144.3310.08-
YUV53.41148.65166.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.54%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=49.54%
G=8.80%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107199000.820.160.58311.5969.8424.71
Hex6B135A052103A1384619
Octal153231320122207247010631
Binary11010111001110110100101001010000111010100111000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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