#6F025F

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

Shades of Palatinate Purple #6F025F

Tints of Palatinate Purple #6F025F

Color information

#6F025F (or 0x6F025F) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 02 and 5F. RGB value is (111,2,95). Sum of RGB (Red+Green+Blue) = 111+2+95=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F025F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F025F is #90FDA0. Grayscale: #2C2C2C. Windows color (decimal): -9502113 or 6226543. OLE color: 6226543.

HSL color Cylindrical-coordinate representation of color #6F025F: hue angle of 308.81º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6F025F is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB111295-
CMYK00.980.140.56
HSL308.81º96.46%22.16%-
HSV(B)308.81º98.2%43.53%-
XYZ8.644.2511.19-
YUV45.19156.11174.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.37%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=53.37%
G=0.96%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129500.980.140.56308.8196.4622.16
Hex6F25F062E381356016
Octal15721370142167046514026
Binary1101111101011111011000101110111000100110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,95); }

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

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

 a { background-color: rgb(111,2,95); }

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

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

 span { border-color: rgb(111,2,95); }

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