#6F0530

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

Shades of Tyrian Purple #6F0530

Tints of Tyrian Purple #6F0530

Color information

#6F0530 (or 0x6F0530) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 05 and 30. RGB value is (111,5,48). Sum of RGB (Red+Green+Blue) = 111+5+48=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0530 is #90FACF. Grayscale: #292929. Windows color (decimal): -9501392 or 3147119. OLE color: 3147119.

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

Color convert

RGB111548-
CMYK00.950.570.56
HSL335.66º91.38%22.75%-
HSV(B)335.66º95.5%43.53%-
XYZ7.143.73.13-
YUV41.6131.62177.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=67.68%
G=3.05%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11154800.950.570.56335.6691.3822.75
Hex6F53005F39381505b17
Octal1575600137717052013327
Binary110111110111000001011111111001111000101010000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,48); }

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

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

 a { background-color: rgb(111,5,48); }

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

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

 span { border-color: rgb(111,5,48); }

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