#6D0258

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

Shades of Tyrian Purple #6D0258

Tints of Tyrian Purple #6D0258

Color information

#6D0258 (or 0x6D0258) is unknown color: approx Tyrian Purple. HEX triplet: 6D, 02 and 58. RGB value is (109,2,88). Sum of RGB (Red+Green+Blue) = 109+2+88=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0258 is #92FDA7. Grayscale: #2B2B2B. Windows color (decimal): -9633192 or 5767789. OLE color: 5767789.

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

Color convert

RGB109288-
CMYK00.980.190.57
HSL311.78º96.4%21.76%-
HSV(B)311.78º98.17%42.75%-
XYZ8.0949.58-
YUV43.8152.95174.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.77%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=54.77%
G=1.01%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10928800.980.190.57311.7896.421.76
Hex6D25806213391386016
Octal15521300142237147014026
Binary11011011010110000110001010011111001100111000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,2,88); }

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

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

 a { background-color: rgb(109,2,88); }

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

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

 span { border-color: rgb(109,2,88); }

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