#6B025A

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

Shades of Tyrian Purple #6B025A

Tints of Tyrian Purple #6B025A

Color information

#6B025A (or 0x6B025A) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 5A. RGB value is (107,2,90). Sum of RGB (Red+Green+Blue) = 107+2+90=199 (26% of max value = 765). Red value is 107 (42.19% from 255 or 53.77% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 107 - color contains mainly: red. Hex color #6B025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B025A is #94FDA5. Grayscale: #2B2B2B. Windows color (decimal): -9764262 or 5898859. OLE color: 5898859.

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

Color convert

RGB107290-
CMYK00.980.160.58
HSL309.71º96.33%21.37%-
HSV(B)309.71º98.13%41.96%-
XYZ7.933.9110.01-
YUV43.43154.29173.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 53.77%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=53.77%
G=1.01%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10729000.980.160.58309.7196.3321.37
Hex6B25A062103A1366015
Octal15321320142207246614025
Binary11010111010110100110001010000111010100110110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B025A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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