#75033F

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

Shades of Tyrian Purple #75033F

Tints of Tyrian Purple #75033F

Color information

#75033F (or 0x75033F) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 3F. RGB value is (117,3,63). Sum of RGB (Red+Green+Blue) = 117+3+63=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75033F is #8AFCC0. Grayscale: #2B2B2B. Windows color (decimal): -9108673 or 4129653. OLE color: 4129653.

HSL color Cylindrical-coordinate representation of color #75033F: hue angle of 328.42º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75033F is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB117363-
CMYK00.970.460.54
HSL328.42º95%23.53%-
HSV(B)328.42º97.44%45.88%-
XYZ8.274.215.08-
YUV43.93138.77180.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 63 (25% from 255) = 34.43%
R=63.93%
G=1.64%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11736300.970.460.54328.429523.53
Hex7533F0612E361485f18
Octal1653770141566651013730
Binary11101011111111101100001101110110110101001000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75033F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75033F; }

 p { color: rgb(117,3,63); }

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

<style>
 a { background-color: #75033F; }

 a { background-color: rgb(117,3,63); }

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

<style>
 span { border-color: #75033F; }

 span { border-color: rgb(117,3,63); }

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