#6F0C45

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

Shades of Tyrian Purple #6F0C45

Tints of Tyrian Purple #6F0C45

Color information

#6F0C45 (or 0x6F0C45) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0C and 45. RGB value is (111,12,69). Sum of RGB (Red+Green+Blue) = 111+12+69=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0C45 is #90F3BA. Grayscale: #2F2F2F. Windows color (decimal): -9499579 or 4525167. OLE color: 4525167.

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

Color convert

RGB1111269-
CMYK00.890.380.56
HSL325.45º80.49%24.12%-
HSV(B)325.45º89.19%43.53%-
XYZ7.764.076.01-
YUV48.1139.8172.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.81%
GREEN value IS 12 (5.08% from 255) = 6.25%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=57.81%
G=6.25%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111126900.890.380.56325.4580.4924.12
Hex6FC4505926381455018
Octal157141050131467050512030
Binary11011111100100010101011001100110111000101000101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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