#6F0233

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

Shades of Tyrian Purple #6F0233

Tints of Tyrian Purple #6F0233

Color information

#6F0233 (or 0x6F0233) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 33. RGB value is (111,2,51). Sum of RGB (Red+Green+Blue) = 111+2+51=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0233 is #90FDCC. Grayscale: #282828. Windows color (decimal): -9502157 or 3342959. OLE color: 3342959.

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

Color convert

RGB111251-
CMYK00.980.540.56
HSL333.03º96.46%22.16%-
HSV(B)333.03º98.2%43.53%-
XYZ7.173.663.46-
YUV40.18134.11178.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=67.68%
G=1.22%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11125100.980.540.56333.0396.4622.16
Hex6F233062363814d6016
Octal1572630142667051514026
Binary11011111011001101100010110110111000101001101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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