#75003D

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

Shades of Tyrian Purple #75003D

Tints of Tyrian Purple #75003D

Color information

#75003D (or 0x75003D) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 3D. RGB value is (117,0,61). Sum of RGB (Red+Green+Blue) = 117+0+61=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75003D is #8AFFC2. Grayscale: #292929. Windows color (decimal): -9109443 or 3997813. OLE color: 3997813.

HSL color Cylindrical-coordinate representation of color #75003D: hue angle of 328.72º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75003D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB117061-
CMYK010.480.54
HSL328.72º100%22.94%-
HSV(B)328.72º100%45.88%-
XYZ8.184.124.78-
YUV41.94138.76181.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=65.73%
G=0%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117061010.480.54328.7210022.94
Hex7503D06430361496417
Octal1650750144606651114427
Binary1110101011110101100100110000110110101001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75003D; }

 p { color: rgb(117,0,61); }

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

<style>
 a { background-color: #75003D; }

 a { background-color: rgb(117,0,61); }

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

<style>
 span { border-color: #75003D; }

 span { border-color: rgb(117,0,61); }

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