#6F0355

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

Shades of Tyrian Purple #6F0355

Tints of Tyrian Purple #6F0355

Color information

#6F0355 (or 0x6F0355) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 55. RGB value is (111,3,85). Sum of RGB (Red+Green+Blue) = 111+3+85=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0355 is #90FCAA. Grayscale: #2C2C2C. Windows color (decimal): -9501867 or 5571439. OLE color: 5571439.

HSL color Cylindrical-coordinate representation of color #6F0355: hue angle of 314.44º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0355 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB111385-
CMYK00.970.230.56
HSL314.44º94.74%22.35%-
HSV(B)314.44º97.3%43.53%-
XYZ8.234.18.95-
YUV44.64150.78175.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 55.78%
GREEN value IS 3 (1.56% from 255) = 1.51%
BLUE value IS 85 (33.59% from 255) = 42.71%
R=55.78%
G=1.51%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138500.970.230.56314.4494.7422.35
Hex6F355061173813a5f16
Octal15731250141277047213726
Binary11011111110101010110000110111111000100111010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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