#6B176E

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

Shades of Palatinate Purple #6B176E

Tints of Palatinate Purple #6B176E

Color information

#6B176E (or 0x6B176E) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 17 and 6E. RGB value is (107,23,110). Sum of RGB (Red+Green+Blue) = 107+23+110=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #6B176E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B176E is #94E891. Grayscale: #393939. Windows color (decimal): -9758866 or 7214955. OLE color: 7214955.

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

Color convert

RGB10723110-
CMYK0.030.7900.57
HSL297.93º65.41%26.08%-
HSV(B)297.93º79.09%43.14%-
XYZ9.184.8615.21-
YUV58.03157.33162.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.58%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=44.58%
G=9.58%
B=45.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107231100.030.7900.57297.9365.4126.08
Hex6B176E34F03912a411a
Octal15327156311707145210132
Binary11010111011111011101110011110111001100101010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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