#6F0252

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

Shades of Tyrian Purple #6F0252

Tints of Tyrian Purple #6F0252

Color information

#6F0252 (or 0x6F0252) is unknown color: approx Tyrian Purple. HEX triplet: 6F, 02 and 52. RGB value is (111,2,82). Sum of RGB (Red+Green+Blue) = 111+2+82=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0252 is #90FDAD. Grayscale: #2B2B2B. Windows color (decimal): -9502126 or 5374575. OLE color: 5374575.

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

Color convert

RGB111282-
CMYK00.980.260.56
HSL315.96º96.46%22.16%-
HSV(B)315.96º98.2%43.53%-
XYZ8.14.038.33-
YUV43.71149.61176-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 56.92%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=56.92%
G=1.03%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11128200.980.260.56315.9696.4622.16
Hex6F2520621A3813c6016
Octal15721220142327047414026
Binary11011111010100100110001011010111000100111100110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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