#6F025E

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

Shades of Palatinate Purple #6F025E

Tints of Palatinate Purple #6F025E

Color information

#6F025E (or 0x6F025E) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 02 and 5E. RGB value is (111,2,94). Sum of RGB (Red+Green+Blue) = 111+2+94=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F025E is #90FDA1. Grayscale: #2C2C2C. Windows color (decimal): -9502114 or 6161007. OLE color: 6161007.

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

Color convert

RGB111294-
CMYK00.980.150.56
HSL309.36º96.46%22.16%-
HSV(B)309.36º98.2%43.53%-
XYZ8.64.2310.95-
YUV45.08155.61175.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=53.62%
G=0.97%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129400.980.150.56309.3696.4622.16
Hex6F25E062F381356016
Octal15721360142177046514026
Binary1101111101011110011000101111111000100110101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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