#6B0732

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

Shades of Tyrian Purple #6B0732

Tints of Tyrian Purple #6B0732

Color information

#6B0732 (or 0x6B0732) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 07 and 32. RGB value is (107,7,50). Sum of RGB (Red+Green+Blue) = 107+7+50=164 (21% of max value = 765). Red value is 107 (42.19% from 255 or 65.24% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0732 is #94F8CD. Grayscale: #292929. Windows color (decimal): -9763022 or 3278699. OLE color: 3278699.

HSL color Cylindrical-coordinate representation of color #6B0732: hue angle of 334.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0732 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB107750-
CMYK00.930.530.58
HSL334.2º87.72%22.35%-
HSV(B)334.2º93.46%41.96%-
XYZ6.723.513.34-
YUV41.8132.63174.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 65.24%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=65.24%
G=4.27%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10775000.930.530.58334.287.7222.35
Hex6B73205D353A14e5816
Octal1537620135657251613026
Binary110101111111001001011101110101111010101001110101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,50); }

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

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

 a { background-color: rgb(107,7,50); }

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

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

 span { border-color: rgb(107,7,50); }

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