#6F0435

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

Shades of Tyrian Purple #6F0435

Tints of Tyrian Purple #6F0435

Color information

#6F0435 (or 0x6F0435) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 04 and 35. RGB value is (111,4,53). Sum of RGB (Red+Green+Blue) = 111+4+53=168 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.07% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0435 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0435 is #90FBCA. Grayscale: #292929. Windows color (decimal): -9501643 or 3474543. OLE color: 3474543.

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

Color convert

RGB111453-
CMYK00.960.520.56
HSL332.52º93.04%22.55%-
HSV(B)332.52º96.4%43.53%-
XYZ7.243.723.71-
YUV41.58134.45177.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.07%
GREEN value IS 4 (1.95% from 255) = 2.38%
BLUE value IS 53 (21.09% from 255) = 31.55%
R=66.07%
G=2.38%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11145300.960.520.56332.5293.0422.55
Hex6F435060343814d5d17
Octal1574650140647051513527
Binary110111110011010101100000110100111000101001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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