#6F0236

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

Shades of Tyrian Purple #6F0236

Tints of Tyrian Purple #6F0236

Color information

#6F0236 (or 0x6F0236) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 36. RGB value is (111,2,54). Sum of RGB (Red+Green+Blue) = 111+2+54=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0236 is #90FDC9. Grayscale: #282828. Windows color (decimal): -9502154 or 3539567. OLE color: 3539567.

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

Color convert

RGB111254-
CMYK00.980.510.56
HSL331.38º96.46%22.16%-
HSV(B)331.38º98.2%43.53%-
XYZ7.243.693.82-
YUV40.52135.61178.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 54 (21.48% from 255) = 32.34%
R=66.47%
G=1.20%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11125400.980.510.56331.3896.4622.16
Hex6F236062333814b6016
Octal1572660142637051314026
Binary11011111011011001100010110011111000101001011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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