#6B0035

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

Shades of Tyrian Purple #6B0035

Tints of Tyrian Purple #6B0035

Color information

#6B0035 (or 0x6B0035) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 00 and 35. RGB value is (107,0,53). Sum of RGB (Red+Green+Blue) = 107+0+53=160 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.88% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 53 (21.09% from 255 or 33.12% from 160); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0035 is #94FFCA. Grayscale: #252525. Windows color (decimal): -9764811 or 3473515. OLE color: 3473515.

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

Color convert

RGB107053-
CMYK010.500.58
HSL330.28º100%20.98%-
HSV(B)330.28º100%41.96%-
XYZ6.713.383.67-
YUV38.03136.45177.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 33.12%
R=66.88%
G=0%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107053010.500.58330.2810020.98
Hex6B035064323A14a6415
Octal1530650144627251214425
Binary1101011011010101100100110010111010101001010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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