#6B0034

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

Shades of Tyrian Purple #6B0034

Tints of Tyrian Purple #6B0034

Color information

#6B0034 (or 0x6B0034) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 00 and 34. RGB value is (107,0,52). Sum of RGB (Red+Green+Blue) = 107+0+52=159 (21% of max value = 765). Red value is 107 (42.19% from 255 or 67.30% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0034 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0034 is #94FFCB. Grayscale: #252525. Windows color (decimal): -9764812 or 3407979. OLE color: 3407979.

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

Color convert

RGB107052-
CMYK010.510.58
HSL330.84º100%20.98%-
HSV(B)330.84º100%41.96%-
XYZ6.683.373.55-
YUV37.92135.95177.27-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 67.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 32.70%
R=67.30%
G=0%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107052010.510.58330.8410020.98
Hex6B034064333A14b6415
Octal1530640144637251314425
Binary1101011011010001100100110011111010101001011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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