#6F024B

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

Shades of Tyrian Purple #6F024B

Tints of Tyrian Purple #6F024B

Color information

#6F024B (or 0x6F024B) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 4B. RGB value is (111,2,75). Sum of RGB (Red+Green+Blue) = 111+2+75=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F024B is #90FDB4. Grayscale: #2A2A2A. Windows color (decimal): -9502133 or 4915823. OLE color: 4915823.

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

Color convert

RGB111275-
CMYK00.980.320.56
HSL319.82º96.46%22.16%-
HSV(B)319.82º98.2%43.53%-
XYZ7.853.937-
YUV42.91146.11176.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 59.04%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=59.04%
G=1.06%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11127500.980.320.56319.8296.4622.16
Hex6F24B06220381406016
Octal15721130142407050014026
Binary110111110100101101100010100000111000101000000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,2,75); }

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

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

 a { background-color: rgb(111,2,75); }

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

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

 span { border-color: rgb(111,2,75); }

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