#6B035A

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

Shades of Tyrian Purple #6B035A

Tints of Tyrian Purple #6B035A

Color information

#6B035A (or 0x6B035A) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 03 and 5A. RGB value is (107,3,90). Sum of RGB (Red+Green+Blue) = 107+3+90=200 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 107 - color contains mainly: red. Hex color #6B035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B035A is #94FCA5. Grayscale: #2B2B2B. Windows color (decimal): -9764006 or 5899115. OLE color: 5899115.

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

Color convert

RGB107390-
CMYK00.970.160.58
HSL309.81º94.55%21.57%-
HSV(B)309.81º97.2%41.96%-
XYZ7.943.9310.01-
YUV44.01153.96172.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.5%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=53.5%
G=1.5%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10739000.970.160.58309.8194.5521.57
Hex6B35A061103A1365f16
Octal15331320141207246613726
Binary11010111110110100110000110000111010100110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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