#6F3460

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

Shades of Palatinate Purple #6F3460

Tints of Palatinate Purple #6F3460

Color information

#6F3460 (or 0x6F3460) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 60. RGB value is (111,52,96). Sum of RGB (Red+Green+Blue) = 111+52+96=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3460 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3460 is #90CB9F. Grayscale: #4A4A4A. Windows color (decimal): -9489312 or 6304879. OLE color: 6304879.

HSL color Cylindrical-coordinate representation of color #6F3460: hue angle of 315.25º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F3460 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1115296-
CMYK00.530.140.56
HSL315.25º36.2%31.96%-
HSV(B)315.25º53.15%43.53%-
XYZ9.896.6811.83-
YUV74.66140.05153.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 20.08%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=42.86%
G=20.08%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111529600.530.140.56315.2536.231.96
Hex6F3460035E3813b2420
Octal1576414006516704734440
Binary1101111110100110000001101011110111000100111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,52,96); }

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

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

 a { background-color: rgb(111,52,96); }

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

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

 span { border-color: rgb(111,52,96); }

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