#6F0B55

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

Shades of Tyrian Purple #6F0B55

Tints of Tyrian Purple #6F0B55

Color information

#6F0B55 (or 0x6F0B55) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 55. RGB value is (111,11,85). Sum of RGB (Red+Green+Blue) = 111+11+85=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B55 is #90F4AA. Grayscale: #313131. Windows color (decimal): -9499819 or 5573487. OLE color: 5573487.

HSL color Cylindrical-coordinate representation of color #6F0B55: hue angle of 315.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B55 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1111185-
CMYK00.900.230.56
HSL315.6º81.97%23.92%-
HSV(B)315.6º90.09%43.53%-
XYZ8.314.278.98-
YUV49.34148.13171.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 53.62%
GREEN value IS 11 (4.69% from 255) = 5.31%
BLUE value IS 85 (33.59% from 255) = 41.06%
R=53.62%
G=5.31%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111118500.900.230.56315.681.9723.92
Hex6FB5505A173813c5218
Octal157131250132277047412230
Binary1101111101110101010101101010111111000100111100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,85); }

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

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

 a { background-color: rgb(111,11,85); }

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

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

 span { border-color: rgb(111,11,85); }

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