#75023B

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

Shades of Tyrian Purple #75023B

Tints of Tyrian Purple #75023B

Color information

#75023B (or 0x75023B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 3B. RGB value is (117,2,59). Sum of RGB (Red+Green+Blue) = 117+2+59=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75023B is #8AFDC4. Grayscale: #2A2A2A. Windows color (decimal): -9108933 or 3867253. OLE color: 3867253.

HSL color Cylindrical-coordinate representation of color #75023B: hue angle of 330.26º 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 #75023B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB117259-
CMYK00.980.500.54
HSL330.26º96.64%23.33%-
HSV(B)330.26º98.29%45.88%-
XYZ8.154.144.51-
YUV42.88137.1180.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=65.73%
G=1.12%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11725900.980.500.54330.2696.6423.33
Hex7523B062323614a6117
Octal1652730142626651214127
Binary11101011011101101100010110010110110101001010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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