#6F3468

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

Shades of Palatinate Purple #6F3468

Tints of Palatinate Purple #6F3468

Color information

#6F3468 (or 0x6F3468) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 68. RGB value is (111,52,104). Sum of RGB (Red+Green+Blue) = 111+52+104=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3468 is #90CB97. Grayscale: #4B4B4B. Windows color (decimal): -9489304 or 6829167. OLE color: 6829167.

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

Color convert

RGB11152104-
CMYK00.530.060.56
HSL307.12º36.2%31.96%-
HSV(B)307.12º53.15%43.53%-
XYZ10.286.8313.87-
YUV75.57144.05153.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=41.57%
G=19.48%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115210400.530.060.56307.1236.231.96
Hex6F34680356381332420
Octal157641500656704634440
Binary110111111010011010000110101110111000100110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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