Html Css Color HEX #750045 Tyrian Purple

📋 copy color: '#750045'

red 117 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #750045

Tints of Tyrian Purple #750045

RGB

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

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

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

R = 62.9%
G = 0%
B = 37.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#750045 (or 0x750045) is known color: Tyrian Purple. HEX triplet: 75, 00 and 45. RGB value is (117,0,69). Sum of RGB (Red+Green+Blue) = 117+0+69=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #750045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750045 is #8AFFBA. Grayscale: #2A2A2A. Windows color (decimal): -9109435 or 4522101. OLE color: 4522101.

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

Color convert

RGB 117 0 69 -
CMYK 0 1 0.41 0.54
HSL 324.62º 1% 0.23% -
HSV(B) 324.62º 1% 0.46% -
XYZ 8.41 4.21 6 -
YUV 42.85 142.76 180.89 -
System Red Green Blue C M Y K H S L
Decimal 117 0 69 0 1 0.41 0.54 324.62 1 0.23
Hex 75 0 45 0 64 29 36 145 64 17
Octal 165 0 105 0 144 51 66 505 144 27
Binary 1110101 0 1000101 0 1100100 101001 110110 101000101 1100100 10111

Color Harmonies of #750045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750045

Black with #750045

Text Example


Text Example

White with #750045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750045; }

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

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

background-color css

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

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

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

border-color css

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

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

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