#6F0248

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

Shades of Tyrian Purple #6F0248

Tints of Tyrian Purple #6F0248

Color information

#6F0248 (or 0x6F0248) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 48. RGB value is (111,2,72). Sum of RGB (Red+Green+Blue) = 111+2+72=185 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0248 is #90FDB7. Grayscale: #2A2A2A. Windows color (decimal): -9502136 or 4719215. OLE color: 4719215.

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

Color convert

RGB111272-
CMYK00.980.350.56
HSL321.47º96.46%22.16%-
HSV(B)321.47º98.2%43.53%-
XYZ7.753.896.47-
YUV42.57144.61176.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=60%
G=1.08%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11127200.980.350.56321.4796.4622.16
Hex6F24806223381416016
Octal15721100142437050114026
Binary110111110100100001100010100011111000101000001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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