Html Css Color HEX #750858 Tyrian Purple

📋 copy color: '#750858'

red 117 ◦ green 8 ◦ blue 88

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

Shades of Tyrian Purple #750858

Tints of Tyrian Purple #750858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.31%

R = 54.93%
G = 3.76%
B = 41.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#750858 (or 0x750858) is known color: Tyrian Purple. HEX triplet: 75, 08 and 58. RGB value is (117,8,88). Sum of RGB (Red+Green+Blue) = 117+8+88=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #750858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750858 is #8AF7A7. Grayscale: #313131. Windows color (decimal): -9107368 or 5769333. OLE color: 5769333.

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

Color convert

RGB 117 8 88 -
CMYK 0 0.93 0.25 0.54
HSL 315.96º 0.87% 0.25% -
HSV(B) 315.96º 0.93% 0.46% -
XYZ 9.18 4.66 9.65 -
YUV 49.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 117 8 88 0 0.93 0.25 0.54 315.96 0.87 0.25
Hex 75 8 58 0 5D 19 36 13C 57 19
Octal 165 10 130 0 135 31 66 474 127 31
Binary 1110101 1000 1011000 0 1011101 11001 110110 100111100 1010111 11001

Color Harmonies of #750858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750858

Black with #750858

Text Example


Text Example

White with #750858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750858; }

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

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

background-color css

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

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

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

border-color css

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

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

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