Html Css Color HEX #750042 Tyrian Purple

📋 copy color: '#750042'

red 117 ◦ green 0 ◦ blue 66

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

Shades of Tyrian Purple #750042

Tints of Tyrian Purple #750042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 63.93%
G = 0%
B = 36.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750042 (or 0x750042) is known color: Tyrian Purple. HEX triplet: 75, 00 and 42. RGB value is (117,0,66). Sum of RGB (Red+Green+Blue) = 117+0+66=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #750042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750042 is #8AFFBD. Grayscale: #2A2A2A. Windows color (decimal): -9109438 or 4325493. OLE color: 4325493.

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

Color convert

RGB 117 0 66 -
CMYK 0 1 0.44 0.54
HSL 326.15º 1% 0.23% -
HSV(B) 326.15º 1% 0.46% -
XYZ 8.32 4.18 5.52 -
YUV 42.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 117 0 66 0 1 0.44 0.54 326.15 1 0.23
Hex 75 0 42 0 64 2C 36 146 64 17
Octal 165 0 102 0 144 54 66 506 144 27
Binary 1110101 0 1000010 0 1100100 101100 110110 101000110 1100100 10111

Color Harmonies of #750042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750042

Black with #750042

Text Example


Text Example

White with #750042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750042; }

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

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

background-color css

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

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

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

border-color css

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

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

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