#6F3469

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

Shades of Palatinate Purple #6F3469

Tints of Palatinate Purple #6F3469

Color information

#6F3469 (or 0x6F3469) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 69. RGB value is (111,52,105). Sum of RGB (Red+Green+Blue) = 111+52+105=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3469 is #90CB96. Grayscale: #4B4B4B. Windows color (decimal): -9489303 or 6894703. OLE color: 6894703.

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

Color convert

RGB11152105-
CMYK00.530.050.56
HSL306.1º36.2%31.96%-
HSV(B)306.1º53.15%43.53%-
XYZ10.336.8614.14-
YUV75.68144.55153.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=41.42%
G=19.40%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115210500.530.050.56306.136.231.96
Hex6F34690355381322420
Octal157641510655704624440
Binary110111111010011010010110101101111000100110010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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