#6B063D

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

Shades of Tyrian Purple #6B063D

Tints of Tyrian Purple #6B063D

Color information

#6B063D (or 0x6B063D) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 06 and 3D. RGB value is (107,6,61). Sum of RGB (Red+Green+Blue) = 107+6+61=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B063D is #94F9C2. Grayscale: #2A2A2A. Windows color (decimal): -9763267 or 3999339. OLE color: 3999339.

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

Color convert

RGB107661-
CMYK00.940.430.58
HSL327.33º89.38%22.16%-
HSV(B)327.33º94.39%41.96%-
XYZ6.973.594.74-
YUV42.47138.46174.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 61.49%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=61.49%
G=3.45%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10766100.940.430.58327.3389.3822.16
Hex6B63D05E2B3A1475916
Octal1536750136537250713126
Binary110101111011110101011110101011111010101000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B063D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,6,61); }

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

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

 a { background-color: rgb(107,6,61); }

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

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

 span { border-color: rgb(107,6,61); }

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