#6B196E

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

Shades of Palatinate Purple #6B196E

Tints of Palatinate Purple #6B196E

Color information

#6B196E (or 0x6B196E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 19 and 6E. RGB value is (107,25,110). Sum of RGB (Red+Green+Blue) = 107+25+110=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B196E is #94E691. Grayscale: #3A3A3A. Windows color (decimal): -9758354 or 7215467. OLE color: 7215467.

HSL color Cylindrical-coordinate representation of color #6B196E: hue angle of 297.88º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B196E is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10725110-
CMYK0.030.7700.57
HSL297.88º62.96%26.47%-
HSV(B)297.88º77.27%43.14%-
XYZ9.234.9515.22-
YUV59.21156.67162.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=44.21%
G=10.33%
B=45.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107251100.030.7700.57297.8862.9626.47
Hex6B196E34D03912a3f1a
Octal1533115631150714527732
Binary1101011110011101110111001101011100110010101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,25,110); }

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

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

 a { background-color: rgb(107,25,110); }

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

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

 span { border-color: rgb(107,25,110); }

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