Html Css Color HEX #750545 Tyrian Purple

📋 copy color: '#750545'

red 117 ◦ green 5 ◦ blue 69

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

Shades of Tyrian Purple #750545

Tints of Tyrian Purple #750545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 61.26%
G = 2.62%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#750545 (or 0x750545) is known color: Tyrian Purple. HEX triplet: 75, 05 and 45. RGB value is (117,5,69). Sum of RGB (Red+Green+Blue) = 117+5+69=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #750545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750545 is #8AFABA. Grayscale: #2D2D2D. Windows color (decimal): -9108155 or 4523381. OLE color: 4523381.

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

Color convert

RGB 117 5 69 -
CMYK 0 0.96 0.41 0.54
HSL 325.71º 0.92% 0.24% -
HSV(B) 325.71º 0.96% 0.46% -
XYZ 8.46 4.32 6.02 -
YUV 45.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 117 5 69 0 0.96 0.41 0.54 325.71 0.92 0.24
Hex 75 5 45 0 60 29 36 146 5C 18
Octal 165 5 105 0 140 51 66 506 134 30
Binary 1110101 101 1000101 0 1100000 101001 110110 101000110 1011100 11000

Color Harmonies of #750545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750545

Black with #750545

Text Example


Text Example

White with #750545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750545; }

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

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

background-color css

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

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

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

border-color css

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

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

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