#6F0353

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

Shades of Tyrian Purple #6F0353

Tints of Tyrian Purple #6F0353

Color information

#6F0353 (or 0x6F0353) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 53. RGB value is (111,3,83). Sum of RGB (Red+Green+Blue) = 111+3+83=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0353 is #90FCAC. Grayscale: #2C2C2C. Windows color (decimal): -9501869 or 5440367. OLE color: 5440367.

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

Color convert

RGB111383-
CMYK00.970.250.56
HSL315.56º94.74%22.35%-
HSV(B)315.56º97.3%43.53%-
XYZ8.154.078.54-
YUV44.41149.78175.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.35%
GREEN value IS 3 (1.56% from 255) = 1.52%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=56.35%
G=1.52%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138300.970.250.56315.5694.7422.35
Hex6F353061193813c5f16
Octal15731230141317047413726
Binary11011111110100110110000111001111000100111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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