#6F083D

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

Shades of Tyrian Purple #6F083D

Tints of Tyrian Purple #6F083D

Color information

#6F083D (or 0x6F083D) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 08 and 3D. RGB value is (111,8,61). Sum of RGB (Red+Green+Blue) = 111+8+61=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F083D is #90F7C2. Grayscale: #2C2C2C. Windows color (decimal): -9500611 or 3999855. OLE color: 3999855.

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

Color convert

RGB111861-
CMYK00.930.450.56
HSL329.13º86.55%23.33%-
HSV(B)329.13º92.79%43.53%-
XYZ7.483.894.77-
YUV44.84137.12175.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 61.67%
GREEN value IS 8 (3.52% from 255) = 4.44%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=61.67%
G=4.44%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11186100.930.450.56329.1386.5523.33
Hex6F83D05D2D381495717
Octal15710750135557051112727
Binary1101111100011110101011101101101111000101001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F083D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,61); }

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

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

 a { background-color: rgb(111,8,61); }

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

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

 span { border-color: rgb(111,8,61); }

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