#75025B

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

Shades of Tyrian Purple #75025B

Tints of Tyrian Purple #75025B

Color information

#75025B (or 0x75025B) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 5B. RGB value is (117,2,91). Sum of RGB (Red+Green+Blue) = 117+2+91=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75025B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75025B is #8AFDA4. Grayscale: #2E2E2E. Windows color (decimal): -9108901 or 5964405. OLE color: 5964405.

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

Color convert

RGB117291-
CMYK00.980.220.54
HSL313.57º96.64%23.33%-
HSV(B)313.57º98.29%45.88%-
XYZ9.254.5810.29-
YUV46.53153.1178.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.71%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=55.71%
G=0.95%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11729100.980.220.54313.5796.6423.33
Hex7525B062163613a6117
Octal16521330142266647214127
Binary11101011010110110110001010110110110100111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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