#6F0335

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

Shades of Tyrian Purple #6F0335

Tints of Tyrian Purple #6F0335

Color information

#6F0335 (or 0x6F0335) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 35. RGB value is (111,3,53). Sum of RGB (Red+Green+Blue) = 111+3+53=167 (22% of max value = 765). Red value is 111 (43.75% from 255 or 66.47% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0335 is #90FCCA. Grayscale: #282828. Windows color (decimal): -9501899 or 3474287. OLE color: 3474287.

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

Color convert

RGB111353-
CMYK00.970.520.56
HSL332.22º94.74%22.35%-
HSV(B)332.22º97.3%43.53%-
XYZ7.233.73.7-
YUV40.99134.78177.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 66.47%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=66.47%
G=1.80%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11135300.970.520.56332.2294.7422.35
Hex6F335061343814c5f16
Octal1573650141647051413726
Binary11011111111010101100001110100111000101001100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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