#750038

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

Shades of Tyrian Purple #750038

Tints of Tyrian Purple #750038

Color information

#750038 (or 0x750038) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 38. RGB value is (117,0,56). Sum of RGB (Red+Green+Blue) = 117+0+56=173 (22% of max value = 765). Red value is 117 (46.09% from 255 or 67.63% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 117 - color contains mainly: red. Hex color #750038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750038 is #8AFFC7. Grayscale: #292929. Windows color (decimal): -9109448 or 3670133. OLE color: 3670133.

HSL color Cylindrical-coordinate representation of color #750038: hue angle of 331.28º 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 #750038 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB117056-
CMYK010.520.54
HSL331.28º100%22.94%-
HSV(B)331.28º100%45.88%-
XYZ8.054.074.1-
YUV41.37136.26181.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=67.63%
G=0%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117056010.520.54331.2810022.94
Hex75038064343614b6417
Octal1650700144646651314427
Binary1110101011100001100100110100110110101001011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750038; }

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

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

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

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

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

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

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

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