#6B0348

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

Shades of Tyrian Purple #6B0348

Tints of Tyrian Purple #6B0348

Color information

#6B0348 (or 0x6B0348) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 03 and 48. RGB value is (107,3,72). Sum of RGB (Red+Green+Blue) = 107+3+72=182 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.79% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0348 is #94FCB7. Grayscale: #292929. Windows color (decimal): -9764024 or 4719467. OLE color: 4719467.

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

Color convert

RGB107372-
CMYK00.970.330.58
HSL320.19º94.55%21.57%-
HSV(B)320.19º97.2%41.96%-
XYZ7.273.666.45-
YUV41.96144.96174.39-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 58.79%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=58.79%
G=1.65%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10737200.970.330.58320.1994.5521.57
Hex6B348061213A1405f16
Octal15331100141417250013726
Binary110101111100100001100001100001111010101000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,3,72); }

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

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

 a { background-color: rgb(107,3,72); }

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

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

 span { border-color: rgb(107,3,72); }

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