Html Css Color HEX #750859 Tyrian Purple

📋 copy color: '#750859'

red 117 ◦ green 8 ◦ blue 89

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

Shades of Tyrian Purple #750859

Tints of Tyrian Purple #750859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 54.67%
G = 3.74%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#750859 (or 0x750859) is known color: Tyrian Purple. HEX triplet: 75, 08 and 59. RGB value is (117,8,89). Sum of RGB (Red+Green+Blue) = 117+8+89=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #750859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750859 is #8AF7A6. Grayscale: #313131. Windows color (decimal): -9107367 or 5834869. OLE color: 5834869.

HSL color Cylindrical-coordinate representation of color #750859: hue angle of 315.41º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750859 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 89 -
CMYK 0 0.93 0.24 0.54
HSL 315.41º 0.87% 0.25% -
HSV(B) 315.41º 0.93% 0.46% -
XYZ 9.23 4.68 9.87 -
YUV 49.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 117 8 89 0 0.93 0.24 0.54 315.41 0.87 0.25
Hex 75 8 59 0 5D 18 36 13B 57 19
Octal 165 10 131 0 135 30 66 473 127 31
Binary 1110101 1000 1011001 0 1011101 11000 110110 100111011 1010111 11001

Color Harmonies of #750859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750859

Black with #750859

Text Example


Text Example

White with #750859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750859; }

 p { color: rgb(117,8,89); }

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

background-color css

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

 a { background-color: rgb(117,8,89); }

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

border-color css

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

 span { border-color: rgb(117,8,89); }

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