#6B1035

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

Shades of Tyrian Purple #6B1035

Tints of Tyrian Purple #6B1035

Color information

#6B1035 (or 0x6B1035) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 10 and 35. RGB value is (107,16,53). Sum of RGB (Red+Green+Blue) = 107+16+53=176 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.80% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1035 is #94EFCA. Grayscale: #2F2F2F. Windows color (decimal): -9760715 or 3477611. OLE color: 3477611.

HSL color Cylindrical-coordinate representation of color #6B1035: hue angle of 335.6º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B1035 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1071653-
CMYK00.850.500.58
HSL335.6º73.98%24.12%-
HSV(B)335.6º85.05%41.96%-
XYZ6.893.753.73-
YUV47.43131.15170.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 60.80%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 53 (21.09% from 255) = 30.11%
R=60.80%
G=9.09%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107165300.850.500.58335.673.9824.12
Hex6B1035055323A1504a18
Octal15320650125627252011230
Binary11010111000011010101010101110010111010101010000100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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