#6B024E

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

Shades of Tyrian Purple #6B024E

Tints of Tyrian Purple #6B024E

Color information

#6B024E (or 0x6B024E) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 4E. RGB value is (107,2,78). Sum of RGB (Red+Green+Blue) = 107+2+78=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B024E is #94FDB1. Grayscale: #292929. Windows color (decimal): -9764274 or 5112427. OLE color: 5112427.

HSL color Cylindrical-coordinate representation of color #6B024E: hue angle of 316.57º 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 #6B024E is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB107278-
CMYK00.980.270.58
HSL316.57º96.33%21.37%-
HSV(B)316.57º98.13%41.96%-
XYZ7.463.727.53-
YUV42.06148.29174.32-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 57.22%
GREEN value IS 2 (1.17% from 255) = 1.07%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=57.22%
G=1.07%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10727800.980.270.58316.5796.3321.37
Hex6B24E0621B3A13d6015
Octal15321160142337247514025
Binary11010111010011100110001011011111010100111101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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