Html Css Color HEX #750032 Tyrian Purple

📋 copy color: '#750032'

red 117 ◦ green 0 ◦ blue 50

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

Shades of Tyrian Purple #750032

Tints of Tyrian Purple #750032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 70.06%
G = 0%
B = 29.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#750032 (or 0x750032) is known color: Tyrian Purple. HEX triplet: 75, 00 and 32. RGB value is (117,0,50). Sum of RGB (Red+Green+Blue) = 117+0+50=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #750032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750032 is #8AFFCD. Grayscale: #282828. Windows color (decimal): -9109454 or 3276917. OLE color: 3276917.

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

Color convert

RGB 117 0 50 -
CMYK 0 1 0.57 0.54
HSL 334.36º 1% 0.23% -
HSV(B) 334.36º 1% 0.46% -
XYZ 7.91 4.01 3.38 -
YUV 40.68 133.26 182.43 -
System Red Green Blue C M Y K H S L
Decimal 117 0 50 0 1 0.57 0.54 334.36 1 0.23
Hex 75 0 32 0 64 39 36 14E 64 17
Octal 165 0 62 0 144 71 66 516 144 27
Binary 1110101 0 110010 0 1100100 111001 110110 101001110 1100100 10111

Color Harmonies of #750032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750032

Black with #750032

Text Example


Text Example

White with #750032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750032; }

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

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

background-color css

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

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

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

border-color css

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

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

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