#6F2863

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

Shades of Palatinate Purple #6F2863

Tints of Palatinate Purple #6F2863

Color information

#6F2863 (or 0x6F2863) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 28 and 63. RGB value is (111,40,99). Sum of RGB (Red+Green+Blue) = 111+40+99=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2863 is #90D79C. Grayscale: #434343. Windows color (decimal): -9492381 or 6498415. OLE color: 6498415.

HSL color Cylindrical-coordinate representation of color #6F2863: hue angle of 310.14º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2863 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB1114099-
CMYK00.640.110.56
HSL310.14º47.02%29.61%-
HSV(B)310.14º63.96%43.53%-
XYZ9.575.812.42-
YUV67.96145.52158.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.4%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=44.4%
G=16%
B=39.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111409900.640.110.56310.1447.0229.61
Hex6F2863040B381362f1e
Octal15750143010013704665736
Binary1101111101000110001101000000101111100010011011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,99); }

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

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

 a { background-color: rgb(111,40,99); }

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

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

 span { border-color: rgb(111,40,99); }

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