#6B0152

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

Shades of Tyrian Purple #6B0152

Tints of Tyrian Purple #6B0152

Color information

#6B0152 (or 0x6B0152) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 01 and 52. RGB value is (107,1,82). Sum of RGB (Red+Green+Blue) = 107+1+82=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0152 is #94FEAD. Grayscale: #292929. Windows color (decimal): -9764526 or 5374315. OLE color: 5374315.

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

Color convert

RGB107182-
CMYK00.990.230.58
HSL314.15º98.15%21.18%-
HSV(B)314.15º99.07%41.96%-
XYZ7.63.768.31-
YUV41.93150.62174.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.32%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=56.32%
G=0.53%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10718200.990.230.58314.1598.1521.18
Hex6B152063173A13a6215
Octal15311220143277247214225
Binary1101011110100100110001110111111010100111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,82); }

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

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

 a { background-color: rgb(107,1,82); }

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

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

 span { border-color: rgb(107,1,82); }

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