#6F023C

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

Shades of Tyrian Purple #6F023C

Tints of Tyrian Purple #6F023C

Color information

#6F023C (or 0x6F023C) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 3C. RGB value is (111,2,60). Sum of RGB (Red+Green+Blue) = 111+2+60=173 (22% of max value = 765). Red value is 111 (43.75% from 255 or 64.16% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 111 - color contains mainly: red. Hex color #6F023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F023C is #90FDC3. Grayscale: #292929. Windows color (decimal): -9502148 or 3932783. OLE color: 3932783.

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

Color convert

RGB111260-
CMYK00.980.460.56
HSL328.07º96.46%22.16%-
HSV(B)328.07º98.2%43.53%-
XYZ7.393.754.61-
YUV41.2138.61177.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 64.16%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 60 (23.83% from 255) = 34.68%
R=64.16%
G=1.16%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11126000.980.460.56328.0796.4622.16
Hex6F23C0622E381486016
Octal1572740142567051014026
Binary11011111011110001100010101110111000101001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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