#6C025B

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

Shades of Tyrian Purple #6C025B

Tints of Tyrian Purple #6C025B

Color information

#6C025B (or 0x6C025B) is unknown color: approx Tyrian Purple. HEX triplet: 6C, 02 and 5B. RGB value is (108,2,91). Sum of RGB (Red+Green+Blue) = 108+2+91=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C025B is #93FDA4. Grayscale: #2B2B2B. Windows color (decimal): -9698725 or 5964396. OLE color: 5964396.

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

Color convert

RGB108291-
CMYK00.980.160.58
HSL309.62º96.36%21.57%-
HSV(B)309.62º98.15%42.35%-
XYZ8.093.9910.24-
YUV43.84154.62173.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.73%
GREEN value IS 2 (1.17% from 255) = 1.00%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=53.73%
G=1.00%
B=45.27%

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
Decimal10829100.980.160.58309.6296.3621.57
Hex6C25B062103A1366016
Octal15421330142207246614026
Binary11011001010110110110001010000111010100110110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,2,91); }

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

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

 a { background-color: rgb(108,2,91); }

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

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

 span { border-color: rgb(108,2,91); }

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