#6B1965

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

Shades of Palatinate Purple #6B1965

Tints of Palatinate Purple #6B1965

Color information

#6B1965 (or 0x6B1965) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 19 and 65. RGB value is (107,25,101). Sum of RGB (Red+Green+Blue) = 107+25+101=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1965 is #94E69A. Grayscale: #393939. Windows color (decimal): -9758363 or 6625643. OLE color: 6625643.

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

Color convert

RGB10725101-
CMYK00.770.060.58
HSL304.39º62.12%25.88%-
HSV(B)304.39º76.64%41.96%-
XYZ8.764.7612.77-
YUV58.18152.17162.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 101 (39.84% from 255) = 43.35%
R=45.92%
G=10.73%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1072510100.770.060.58304.3962.1225.88
Hex6B196504D63A1303e1a
Octal1533114501156724607632
Binary11010111100111001010100110111011101010011000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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