#75023E

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

Shades of Tyrian Purple #75023E

Tints of Tyrian Purple #75023E

Color information

#75023E (or 0x75023E) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 3E. RGB value is (117,2,62). Sum of RGB (Red+Green+Blue) = 117+2+62=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75023E is #8AFDC1. Grayscale: #2B2B2B. Windows color (decimal): -9108930 or 4063861. OLE color: 4063861.

HSL color Cylindrical-coordinate representation of color #75023E: hue angle of 328.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75023E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB117262-
CMYK00.980.470.54
HSL328.7º96.64%23.33%-
HSV(B)328.7º98.29%45.88%-
XYZ8.234.174.93-
YUV43.22138.6180.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=64.64%
G=1.10%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11726200.980.470.54328.796.6423.33
Hex7523E0622F361496117
Octal1652760142576651114127
Binary11101011011111001100010101111110110101001001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75023E; }

 p { color: rgb(117,2,62); }

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

<style>
 a { background-color: #75023E; }

 a { background-color: rgb(117,2,62); }

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

<style>
 span { border-color: #75023E; }

 span { border-color: rgb(117,2,62); }

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