#6B0258

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

Shades of Tyrian Purple #6B0258

Tints of Tyrian Purple #6B0258

Color information

#6B0258 (or 0x6B0258) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 58. RGB value is (107,2,88). Sum of RGB (Red+Green+Blue) = 107+2+88=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0258 is #94FDA7. Grayscale: #2A2A2A. Windows color (decimal): -9764264 or 5767787. OLE color: 5767787.

HSL color Cylindrical-coordinate representation of color #6B0258: hue angle of 310.86º 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 #6B0258 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB107288-
CMYK00.980.180.58
HSL310.86º96.33%21.37%-
HSV(B)310.86º98.13%41.96%-
XYZ7.853.879.57-
YUV43.2153.29173.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=54.31%
G=1.02%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.18
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10728800.980.180.58310.8696.3321.37
Hex6B258062123A1376015
Octal15321300142227246714025
Binary11010111010110000110001010010111010100110111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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