#6F0352

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

Shades of Tyrian Purple #6F0352

Tints of Tyrian Purple #6F0352

Color information

#6F0352 (or 0x6F0352) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 03 and 52. RGB value is (111,3,82). Sum of RGB (Red+Green+Blue) = 111+3+82=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0352 is #90FCAD. Grayscale: #2C2C2C. Windows color (decimal): -9501870 or 5374831. OLE color: 5374831.

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

Color convert

RGB111382-
CMYK00.970.260.56
HSL316.11º94.74%22.35%-
HSV(B)316.11º97.3%43.53%-
XYZ8.114.058.34-
YUV44.3149.28175.58-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.63%
GREEN value IS 3 (1.56% from 255) = 1.53%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=56.63%
G=1.53%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11138200.970.260.56316.1194.7422.35
Hex6F3520611A3813c5f16
Octal15731220141327047413726
Binary11011111110100100110000111010111000100111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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