#6F0B4A

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

Shades of Tyrian Purple #6F0B4A

Tints of Tyrian Purple #6F0B4A

Color information

#6F0B4A (or 0x6F0B4A) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 0B and 4A. RGB value is (111,11,74). Sum of RGB (Red+Green+Blue) = 111+11+74=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0B4A is #90F4B5. Grayscale: #2F2F2F. Windows color (decimal): -9499830 or 4852591. OLE color: 4852591.

HSL color Cylindrical-coordinate representation of color #6F0B4A: hue angle of 322.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B4A is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1111174-
CMYK00.900.330.56
HSL322.2º81.97%23.92%-
HSV(B)322.2º90.09%43.53%-
XYZ7.914.116.86-
YUV48.08142.63172.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 74 (29.30% from 255) = 37.76%
R=56.63%
G=5.61%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111117400.900.330.56322.281.9723.92
Hex6FB4A05A21381425218
Octal157131120132417050212230
Binary11011111011100101001011010100001111000101000010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,74); }

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

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

 a { background-color: rgb(111,11,74); }

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

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

 span { border-color: rgb(111,11,74); }

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