#6B0248

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

Shades of Tyrian Purple #6B0248

Tints of Tyrian Purple #6B0248

Color information

#6B0248 (or 0x6B0248) is unknown color: approx Tyrian Purple. HEX triplet: 6B, 02 and 48. RGB value is (107,2,72). Sum of RGB (Red+Green+Blue) = 107+2+72=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0248 is #94FDB7. Grayscale: #292929. Windows color (decimal): -9764280 or 4719211. OLE color: 4719211.

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

Color convert

RGB107272-
CMYK00.980.330.58
HSL320º96.33%21.37%-
HSV(B)320º98.13%41.96%-
XYZ7.253.646.45-
YUV41.38145.29174.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 59.12%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=59.12%
G=1.10%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10727200.980.330.5832096.3321.37
Hex6B248062213A1406015
Octal15321100142417250014025
Binary110101110100100001100010100001111010101000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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