#6B024F

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

Shades of Tyrian Purple #6B024F

Tints of Tyrian Purple #6B024F

Color information

#6B024F (or 0x6B024F) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 4F. RGB value is (107,2,79). Sum of RGB (Red+Green+Blue) = 107+2+79=188 (24% of max value = 765). Red value is 107 (42.19% from 255 or 56.91% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 107 - color contains mainly: red. Hex color #6B024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B024F is #94FDB0. Grayscale: #292929. Windows color (decimal): -9764273 or 5177963. OLE color: 5177963.

HSL color Cylindrical-coordinate representation of color #6B024F: hue angle of 316º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B024F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB107279-
CMYK00.980.260.58
HSL316º96.33%21.37%-
HSV(B)316º98.13%41.96%-
XYZ7.53.737.72-
YUV42.17148.79174.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.91%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=56.91%
G=1.06%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10727900.980.260.5831696.3321.37
Hex6B24F0621A3A13c6015
Octal15321170142327247414025
Binary11010111010011110110001011010111010100111100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,79); }

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

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

 a { background-color: rgb(107,2,79); }

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

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

 span { border-color: rgb(107,2,79); }

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