#6F255C

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

Shades of Palatinate Purple #6F255C

Tints of Palatinate Purple #6F255C

Color information

#6F255C (or 0x6F255C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 25 and 5C. RGB value is (111,37,92). Sum of RGB (Red+Green+Blue) = 111+37+92=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255C is #90DAA3. Grayscale: #414141. Windows color (decimal): -9493156 or 6038895. OLE color: 6038895.

HSL color Cylindrical-coordinate representation of color #6F255C: hue angle of 315.41º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F255C is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB1113792-
CMYK00.670.170.56
HSL315.41º50%29.02%-
HSV(B)315.41º66.67%43.53%-
XYZ9.155.4810.7-
YUV65.4143.02160.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 92 (36.33% from 255) = 38.33%
R=46.25%
G=15.42%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111379200.670.170.56315.415029.02
Hex6F255C043113813b321d
Octal15745134010321704736235
Binary11011111001011011100010000111000111100010011101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,37,92); }

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

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

 a { background-color: rgb(111,37,92); }

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

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

 span { border-color: rgb(111,37,92); }

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