Html Css Color HEX #750558 Tyrian Purple

📋 copy color: '#750558'

red 117 ◦ green 5 ◦ blue 88

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

Shades of Tyrian Purple #750558

Tints of Tyrian Purple #750558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.38%

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

R = 55.71%
G = 2.38%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#750558 (or 0x750558) is known color: Tyrian Purple. HEX triplet: 75, 05 and 58. RGB value is (117,5,88). Sum of RGB (Red+Green+Blue) = 117+5+88=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #750558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750558 is #8AFAA7. Grayscale: #2F2F2F. Windows color (decimal): -9108136 or 5768565. OLE color: 5768565.

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

Color convert

RGB 117 5 88 -
CMYK 0 0.96 0.25 0.54
HSL 315.54º 0.92% 0.24% -
HSV(B) 315.54º 0.96% 0.46% -
XYZ 9.15 4.6 9.64 -
YUV 47.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 117 5 88 0 0.96 0.25 0.54 315.54 0.92 0.24
Hex 75 5 58 0 60 19 36 13C 5C 18
Octal 165 5 130 0 140 31 66 474 134 30
Binary 1110101 101 1011000 0 1100000 11001 110110 100111100 1011100 11000

Color Harmonies of #750558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750558

Black with #750558

Text Example


Text Example

White with #750558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750558; }

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

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

background-color css

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

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

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

border-color css

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

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

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