#6F022E

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

Shades of Tyrian Purple #6F022E

Tints of Tyrian Purple #6F022E

Color information

#6F022E (or 0x6F022E) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 2E. RGB value is (111,2,46). Sum of RGB (Red+Green+Blue) = 111+2+46=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F022E is #90FDD1. Grayscale: #272727. Windows color (decimal): -9502162 or 3015279. OLE color: 3015279.

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

Color convert

RGB111246-
CMYK00.980.590.56
HSL335.78º96.46%22.16%-
HSV(B)335.78º98.2%43.53%-
XYZ7.073.622.91-
YUV39.61131.61178.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 69.81%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=69.81%
G=1.26%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11124600.980.590.56335.7896.4622.16
Hex6F22E0623B381506016
Octal1572560142737052014026
Binary11011111010111001100010111011111000101010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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