Html Css Color HEX #750037 Tyrian Purple

📋 copy color: '#750037'

red 117 ◦ green 0 ◦ blue 55

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

Shades of Tyrian Purple #750037

Tints of Tyrian Purple #750037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 31.98%

R = 68.02%
G = 0%
B = 31.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#750037 (or 0x750037) is known color: Tyrian Purple. HEX triplet: 75, 00 and 37. RGB value is (117,0,55). Sum of RGB (Red+Green+Blue) = 117+0+55=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #750037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750037 is #8AFFC8. Grayscale: #292929. Windows color (decimal): -9109449 or 3604597. OLE color: 3604597.

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

Color convert

RGB 117 0 55 -
CMYK 0 1 0.53 0.54
HSL 331.79º 1% 0.23% -
HSV(B) 331.79º 1% 0.46% -
XYZ 8.03 4.06 3.97 -
YUV 41.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 117 0 55 0 1 0.53 0.54 331.79 1 0.23
Hex 75 0 37 0 64 35 36 14C 64 17
Octal 165 0 67 0 144 65 66 514 144 27
Binary 1110101 0 110111 0 1100100 110101 110110 101001100 1100100 10111

Color Harmonies of #750037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750037

Black with #750037

Text Example


Text Example

White with #750037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750037; }

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

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

background-color css

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

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

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

border-color css

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

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

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