Html Css Color HEX #750232 Tyrian Purple

📋 copy color: '#750232'

red 117 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #750232

Tints of Tyrian Purple #750232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

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

R = 69.23%
G = 1.18%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#750232 (or 0x750232) is known color: Tyrian Purple. HEX triplet: 75, 02 and 32. RGB value is (117,2,50). Sum of RGB (Red+Green+Blue) = 117+2+50=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #750232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750232 is #8AFDCD. Grayscale: #292929. Windows color (decimal): -9108942 or 3277429. OLE color: 3277429.

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

Color convert

RGB 117 2 50 -
CMYK 0 0.98 0.57 0.54
HSL 334.96º 0.97% 0.23% -
HSV(B) 334.96º 0.98% 0.46% -
XYZ 7.93 4.06 3.38 -
YUV 41.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 117 2 50 0 0.98 0.57 0.54 334.96 0.97 0.23
Hex 75 2 32 0 62 39 36 14F 61 17
Octal 165 2 62 0 142 71 66 517 141 27
Binary 1110101 10 110010 0 1100010 111001 110110 101001111 1100001 10111

Color Harmonies of #750232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750232

Black with #750232

Text Example


Text Example

White with #750232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750232; }

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

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

background-color css

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

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

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

border-color css

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

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

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