Html Css Color HEX #750039 Tyrian Purple

📋 copy color: '#750039'

red 117 ◦ green 0 ◦ blue 57

#750039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #750039

Tints of Tyrian Purple #750039

RGB

 RED value IS 117 (46.09% from 255) = 67.24%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 57 (22.66% from 255) = 32.76%

R = 67.24%
G = 0%
B = 32.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#750039 (or 0x750039) is known color: Tyrian Purple. HEX triplet: 75, 00 and 39. RGB value is (117,0,57). Sum of RGB (Red+Green+Blue) = 117+0+57=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750039 is #8AFFC6. Grayscale: #292929. Windows color (decimal): -9109447 or 3735669. OLE color: 3735669.

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

Color convert

RGB 117 0 57 -
CMYK 0 1 0.51 0.54
HSL 330.77º 1% 0.23% -
HSV(B) 330.77º 1% 0.46% -
XYZ 8.07 4.08 4.23 -
YUV 41.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 117 0 57 0 1 0.51 0.54 330.77 1 0.23
Hex 75 0 39 0 64 33 36 14B 64 17
Octal 165 0 71 0 144 63 66 513 144 27
Binary 1110101 0 111001 0 1100100 110011 110110 101001011 1100100 10111

Color Harmonies of #750039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750039

Black with #750039

Text Example


Text Example

White with #750039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750039; }

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

 H1.HeaderClassName
 {
   color: #750039;
 }
 .AnyTagClassName
 {
   color: #750039;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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