#6F0245

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

Shades of Tyrian Purple #6F0245

Tints of Tyrian Purple #6F0245

Color information

#6F0245 (or 0x6F0245) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 45. RGB value is (111,2,69). Sum of RGB (Red+Green+Blue) = 111+2+69=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0245 is #90FDBA. Grayscale: #2A2A2A. Windows color (decimal): -9502139 or 4522607. OLE color: 4522607.

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

Color convert

RGB111269-
CMYK00.980.380.56
HSL323.12º96.46%22.16%-
HSV(B)323.12º98.2%43.53%-
XYZ7.653.855.97-
YUV42.23143.11177.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60.99%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=60.99%
G=1.10%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11126900.980.380.56323.1296.4622.16
Hex6F24506226381436016
Octal15721050142467050314026
Binary110111110100010101100010100110111000101000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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