#6F0C33

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

Shades of Tyrian Purple #6F0C33

Tints of Tyrian Purple #6F0C33

Color information

#6F0C33 (or 0x6F0C33) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0C and 33. RGB value is (111,12,51). Sum of RGB (Red+Green+Blue) = 111+12+51=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 51 (20.31% from 255 or 29.31% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C33 is #90F3CC. Grayscale: #2D2D2D. Windows color (decimal): -9499597 or 3345519. OLE color: 3345519.

HSL color Cylindrical-coordinate representation of color #6F0C33: hue angle of 336.36º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C33 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB1111251-
CMYK00.890.540.56
HSL336.36º80.49%24.12%-
HSV(B)336.36º89.19%43.53%-
XYZ7.283.883.5-
YUV46.05130.8174.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 63.79%
GREEN value IS 12 (5.08% from 255) = 6.90%
BLUE value IS 51 (20.31% from 255) = 29.31%
R=63.79%
G=6.90%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111125100.890.540.56336.3680.4924.12
Hex6FC3305936381505018
Octal15714630131667052012030
Binary1101111110011001101011001110110111000101010000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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