Html Css Color HEX #750055 Tyrian Purple

📋 copy color: '#750055'

red 117 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #750055

Tints of Tyrian Purple #750055

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 42.08%

R = 57.92%
G = 0%
B = 42.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#750055 (or 0x750055) is known color: Tyrian Purple. HEX triplet: 75, 00 and 55. RGB value is (117,0,85). Sum of RGB (Red+Green+Blue) = 117+0+85=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #750055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750055 is #8AFFAA. Grayscale: #2C2C2C. Windows color (decimal): -9109419 or 5570677. OLE color: 5570677.

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

Color convert

RGB 117 0 85 -
CMYK 0 1 0.27 0.54
HSL 316.41º 1% 0.23% -
HSV(B) 316.41º 1% 0.46% -
XYZ 8.98 4.44 8.98 -
YUV 44.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 117 0 85 0 1 0.27 0.54 316.41 1 0.23
Hex 75 0 55 0 64 1B 36 13C 64 17
Octal 165 0 125 0 144 33 66 474 144 27
Binary 1110101 0 1010101 0 1100100 11011 110110 100111100 1100100 10111

Color Harmonies of #750055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750055

Black with #750055

Text Example


Text Example

White with #750055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750055; }

 p { color: rgb(117,0,85); }

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

background-color css

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

 a { background-color: rgb(117,0,85); }

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

border-color css

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

 span { border-color: rgb(117,0,85); }

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