#750331

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

Shades of Tyrian Purple #750331

Tints of Tyrian Purple #750331

Color information

#750331 (or 0x750331) is unknown color: approx Tyrian Purple. HEX triplet: 75, 03 and 31. RGB value is (117,3,49). Sum of RGB (Red+Green+Blue) = 117+3+49=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750331 is #8AFCCE. Grayscale: #2A2A2A. Windows color (decimal): -9108687 or 3212149. OLE color: 3212149.

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

Color convert

RGB117349-
CMYK00.970.580.54
HSL335.79º95%23.53%-
HSV(B)335.79º97.44%45.88%-
XYZ7.924.073.27-
YUV42.33131.77181.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 3 (1.56% from 255) = 1.78%
BLUE value IS 49 (19.53% from 255) = 28.99%
R=69.23%
G=1.78%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11734900.970.580.54335.799523.53
Hex753310613A361505f18
Octal1653610141726652013730
Binary11101011111000101100001111010110110101010000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750331; }

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

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

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

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

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

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

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

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