#6F3567

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

Shades of Palatinate Purple #6F3567

Tints of Palatinate Purple #6F3567

Color information

#6F3567 (or 0x6F3567) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 35 and 67. RGB value is (111,53,103). Sum of RGB (Red+Green+Blue) = 111+53+103=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3567 is #90CA98. Grayscale: #4B4B4B. Windows color (decimal): -9489049 or 6763887. OLE color: 6763887.

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

Color convert

RGB11153103-
CMYK00.520.070.56
HSL308.28º35.37%32.16%-
HSV(B)308.28º52.25%43.53%-
XYZ10.286.913.62-
YUV76.04143.22152.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=41.57%
G=19.85%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115310300.520.070.56308.2835.3732.16
Hex6F35670347381342320
Octal157651470647704644340
Binary110111111010111001110110100111111000100110100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,53,103); }

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

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

 a { background-color: rgb(111,53,103); }

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

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

 span { border-color: rgb(111,53,103); }

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