#6B3263

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

Shades of Palatinate Purple #6B3263

Tints of Palatinate Purple #6B3263

Color information

#6B3263 (or 0x6B3263) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 32 and 63. RGB value is (107,50,99). Sum of RGB (Red+Green+Blue) = 107+50+99=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3263 is #94CD9C. Grayscale: #484848. Windows color (decimal): -9751965 or 6500971. OLE color: 6500971.

HSL color Cylindrical-coordinate representation of color #6B3263: hue angle of 308.42º 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 #6B3263 is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1075099-
CMYK00.530.070.58
HSL308.42º36.31%30.78%-
HSV(B)308.42º53.27%41.96%-
XYZ9.466.3112.52-
YUV72.63142.88152.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.80%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=41.80%
G=19.53%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107509900.530.070.58308.4236.3130.78
Hex6B326303573A134241f
Octal153621430657724644437
Binary11010111100101100011011010111111101010011010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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