Html Css Color HEX #750157 Tyrian Purple

📋 copy color: '#750157'

red 117 ◦ green 1 ◦ blue 87

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

Shades of Tyrian Purple #750157

Tints of Tyrian Purple #750157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 42.44%

R = 57.07%
G = 0.49%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#750157 (or 0x750157) is known color: Tyrian Purple. HEX triplet: 75, 01 and 57. RGB value is (117,1,87). Sum of RGB (Red+Green+Blue) = 117+1+87=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750157 is #8AFEA8. Grayscale: #2D2D2D. Windows color (decimal): -9109161 or 5702005. OLE color: 5702005.

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

Color convert

RGB 117 1 87 -
CMYK 0 0.99 0.26 0.54
HSL 315.52º 0.98% 0.23% -
HSV(B) 315.52º 0.99% 0.46% -
XYZ 9.07 4.49 9.41 -
YUV 45.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 117 1 87 0 0.99 0.26 0.54 315.52 0.98 0.23
Hex 75 1 57 0 63 1A 36 13C 62 17
Octal 165 1 127 0 143 32 66 474 142 27
Binary 1110101 1 1010111 0 1100011 11010 110110 100111100 1100010 10111

Color Harmonies of #750157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750157

Black with #750157

Text Example


Text Example

White with #750157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750157; }

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

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

background-color css

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

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

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

border-color css

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

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

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