#6F345B

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

Shades of Palatinate Purple #6F345B

Tints of Palatinate Purple #6F345B

Color information

#6F345B (or 0x6F345B) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 34 and 5B. RGB value is (111,52,91). Sum of RGB (Red+Green+Blue) = 111+52+91=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 111 - color contains mainly: red. Hex color #6F345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F345B is #90CBA4. Grayscale: #494949. Windows color (decimal): -9489317 or 5977199. OLE color: 5977199.

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

Color convert

RGB1115291-
CMYK00.530.180.56
HSL320.34º36.2%31.96%-
HSV(B)320.34º53.15%43.53%-
XYZ9.676.5910.66-
YUV74.09137.55154.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=43.70%
G=20.47%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111529100.530.180.56320.3436.231.96
Hex6F345B03512381402420
Octal1576413306522705004440
Binary11011111101001011011011010110010111000101000000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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