#6B0C54

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

Shades of Tyrian Purple #6B0C54

Tints of Tyrian Purple #6B0C54

Color information

#6B0C54 (or 0x6B0C54) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 0C and 54. RGB value is (107,12,84). Sum of RGB (Red+Green+Blue) = 107+12+84=203 (26% of max value = 765). Red value is 107 (42.19% from 255 or 52.71% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C54 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C54 is #94F3AB. Grayscale: #303030. Windows color (decimal): -9761708 or 5508203. OLE color: 5508203.

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

Color convert

RGB1071284-
CMYK00.890.210.58
HSL314.53º79.83%23.33%-
HSV(B)314.53º88.79%41.96%-
XYZ7.84.038.75-
YUV48.61147.97169.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.71%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=52.71%
G=5.91%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107128400.890.210.58314.5379.8323.33
Hex6BC54059153A13b5017
Octal153141240131257247312027
Binary1101011110010101000101100110101111010100111011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,12,84); }

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

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

 a { background-color: rgb(107,12,84); }

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

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

 span { border-color: rgb(107,12,84); }

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