#6F0350

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

Shades of Tyrian Purple #6F0350

Tints of Tyrian Purple #6F0350

Color information

#6F0350 (or 0x6F0350) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 50. RGB value is (111,3,80). Sum of RGB (Red+Green+Blue) = 111+3+80=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0350 is #90FCAF. Grayscale: #2B2B2B. Windows color (decimal): -9501872 or 5243759. OLE color: 5243759.

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

Color convert

RGB111380-
CMYK00.970.280.56
HSL317.22º94.74%22.35%-
HSV(B)317.22º97.3%43.53%-
XYZ8.044.027.94-
YUV44.07148.28175.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 57.22%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=57.22%
G=1.55%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138000.970.280.56317.2294.7422.35
Hex6F3500611C3813d5f16
Octal15731200141347047513726
Binary11011111110100000110000111100111000100111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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