Html Css Color HEX #750132 Tyrian Purple

📋 copy color: '#750132'

red 117 ◦ green 1 ◦ blue 50

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

Shades of Tyrian Purple #750132

Tints of Tyrian Purple #750132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 69.64%
G = 0.6%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#750132 (or 0x750132) is known color: Tyrian Purple. HEX triplet: 75, 01 and 32. RGB value is (117,1,50). Sum of RGB (Red+Green+Blue) = 117+1+50=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #750132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750132 is #8AFECD. Grayscale: #292929. Windows color (decimal): -9109198 or 3277173. OLE color: 3277173.

HSL color Cylindrical-coordinate representation of color #750132: hue angle of 334.66º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750132 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 50 -
CMYK 0 0.99 0.57 0.54
HSL 334.66º 0.98% 0.23% -
HSV(B) 334.66º 0.99% 0.46% -
XYZ 7.92 4.03 3.38 -
YUV 41.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 117 1 50 0 0.99 0.57 0.54 334.66 0.98 0.23
Hex 75 1 32 0 63 39 36 14F 62 17
Octal 165 1 62 0 143 71 66 517 142 27
Binary 1110101 1 110010 0 1100011 111001 110110 101001111 1100010 10111

Color Harmonies of #750132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750132

Black with #750132

Text Example


Text Example

White with #750132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750132; }

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

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

background-color css

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

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

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

border-color css

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

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

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