#6B3265

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

Shades of Palatinate Purple #6B3265

Tints of Palatinate Purple #6B3265

Color information

#6B3265 (or 0x6B3265) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 32 and 65. RGB value is (107,50,101). Sum of RGB (Red+Green+Blue) = 107+50+101=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3265 is #94CD9A. Grayscale: #484848. Windows color (decimal): -9751963 or 6632043. OLE color: 6632043.

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

Color convert

RGB10750101-
CMYK00.530.060.58
HSL306.32º36.31%30.78%-
HSV(B)306.32º53.27%41.96%-
XYZ9.556.3513.03-
YUV72.86143.88152.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.47%
GREEN value IS 50 (19.92% from 255) = 19.38%
BLUE value IS 101 (39.84% from 255) = 39.15%
R=41.47%
G=19.38%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075010100.530.060.58306.3236.3130.78
Hex6B326503563A132241f
Octal153621450656724624437
Binary11010111100101100101011010111011101010011001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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