#6f0e35

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

Shades of Tyrian Purple #6F0E35

Tints of Tyrian Purple #6F0E35

Color information

#6F0E35 (or 0x6F0E35) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0E and 35. RGB value is (111,14,53). Sum of RGB (Red+Green+Blue) = 111+14+53=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E35 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0E35 is #90F1CA. Grayscale: #2F2F2F. Windows color (decimal): -9499083 or 3477103. OLE color: 3477103.

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

Color convert

RGB1111453-
CMYK00.870.520.56
HSL335.88º77.6%24.51%-
HSV(B)335.88º87.39%43.53%-
XYZ7.363.953.74-
YUV47.45131.14173.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 62.36%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=62.36%
G=7.87%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111145300.870.520.56335.8877.624.51
Hex6FE3505734381504e19
Octal15716650127647052011631
Binary1101111111011010101010111110100111000101010000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0e35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,14,53); }

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

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

 a { background-color: rgb(111,14,53); }

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

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

 span { border-color: rgb(111,14,53); }

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