#6B1A58

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

Shades of Palatinate Purple #6B1A58

Tints of Palatinate Purple #6B1A58

Color information

#6B1A58 (or 0x6B1A58) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 1A and 58. RGB value is (107,26,88). Sum of RGB (Red+Green+Blue) = 107+26+88=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1A58 is #94E5A7. Grayscale: #393939. Windows color (decimal): -9758120 or 5773931. OLE color: 5773931.

HSL color Cylindrical-coordinate representation of color #6B1A58: hue angle of 314.07º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B1A58 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB1072688-
CMYK00.760.180.58
HSL314.07º60.9%26.08%-
HSV(B)314.07º75.7%41.96%-
XYZ8.194.579.68-
YUV57.29145.34163.46-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 88 (34.77% from 255) = 39.82%
R=48.42%
G=11.76%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107268800.760.180.58314.0760.926.08
Hex6B1A5804C123A13a3d1a
Octal15332130011422724727532
Binary1101011110101011000010011001001011101010011101011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,88); }

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

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

 a { background-color: rgb(107,26,88); }

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

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

 span { border-color: rgb(107,26,88); }

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