#6B004D

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

Shades of Tyrian Purple #6B004D

Tints of Tyrian Purple #6B004D

Color information

#6B004D (or 0x6B004D) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 00 and 4D. RGB value is (107,0,77). Sum of RGB (Red+Green+Blue) = 107+0+77=184 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.15% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 107 - color contains mainly: red. Hex color #6B004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B004D is #94FFB2. Grayscale: #282828. Windows color (decimal): -9764787 or 5046379. OLE color: 5046379.

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

Color convert

RGB107077-
CMYK010.280.58
HSL316.82º100%20.98%-
HSV(B)316.82º100%41.96%-
XYZ7.43.667.34-
YUV40.77148.45175.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 41.85%
R=58.15%
G=0%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107077010.280.58316.8210020.98
Hex6B04D0641C3A13d6415
Octal15301150144347247514425
Binary1101011010011010110010011100111010100111101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,77); }

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

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

 a { background-color: rgb(107,0,77); }

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

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

 span { border-color: rgb(107,0,77); }

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