Html Css Color HEX #750145 Tyrian Purple

📋 copy color: '#750145'

red 117 ◦ green 1 ◦ blue 69

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

Shades of Tyrian Purple #750145

Tints of Tyrian Purple #750145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 62.57%
G = 0.53%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#750145 (or 0x750145) is known color: Tyrian Purple. HEX triplet: 75, 01 and 45. RGB value is (117,1,69). Sum of RGB (Red+Green+Blue) = 117+1+69=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #750145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750145 is #8AFEBA. Grayscale: #2B2B2B. Windows color (decimal): -9109179 or 4522357. OLE color: 4522357.

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

Color convert

RGB 117 1 69 -
CMYK 0 0.99 0.41 0.54
HSL 324.83º 0.98% 0.23% -
HSV(B) 324.83º 0.99% 0.46% -
XYZ 8.42 4.23 6 -
YUV 43.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 117 1 69 0 0.99 0.41 0.54 324.83 0.98 0.23
Hex 75 1 45 0 63 29 36 145 62 17
Octal 165 1 105 0 143 51 66 505 142 27
Binary 1110101 1 1000101 0 1100011 101001 110110 101000101 1100010 10111

Color Harmonies of #750145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750145

Black with #750145

Text Example


Text Example

White with #750145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750145; }

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

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

background-color css

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

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

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

border-color css

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

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

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