#6F025C

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

Shades of Palatinate Purple #6F025C

Tints of Palatinate Purple #6F025C

Color information

#6F025C (or 0x6F025C) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 02 and 5C. RGB value is (111,2,92). Sum of RGB (Red+Green+Blue) = 111+2+92=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F025C is #90FDA3. Grayscale: #2C2C2C. Windows color (decimal): -9502116 or 6029935. OLE color: 6029935.

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

Color convert

RGB111292-
CMYK00.980.170.56
HSL310.46º96.46%22.16%-
HSV(B)310.46º98.2%43.53%-
XYZ8.514.210.49-
YUV44.85154.61175.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 54.15%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=54.15%
G=0.98%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11129200.980.170.56310.4696.4622.16
Hex6F25C06211381366016
Octal15721340142217046614026
Binary11011111010111000110001010001111000100110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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