Html Css Color HEX #750742 Tyrian Purple

📋 copy color: '#750742'

red 117 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #750742

Tints of Tyrian Purple #750742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

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

R = 61.58%
G = 3.68%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750742 (or 0x750742) is known color: Tyrian Purple. HEX triplet: 75, 07 and 42. RGB value is (117,7,66). Sum of RGB (Red+Green+Blue) = 117+7+66=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750742 is #8AF8BD. Grayscale: #2E2E2E. Windows color (decimal): -9107646 or 4327285. OLE color: 4327285.

HSL color Cylindrical-coordinate representation of color #750742: hue angle of 327.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750742 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 7 66 -
CMYK 0 0.94 0.44 0.54
HSL 327.82º 0.89% 0.24% -
HSV(B) 327.82º 0.94% 0.46% -
XYZ 8.4 4.33 5.55 -
YUV 46.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 117 7 66 0 0.94 0.44 0.54 327.82 0.89 0.24
Hex 75 7 42 0 5E 2C 36 148 59 18
Octal 165 7 102 0 136 54 66 510 131 30
Binary 1110101 111 1000010 0 1011110 101100 110110 101001000 1011001 11000

Color Harmonies of #750742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750742

Black with #750742

Text Example


Text Example

White with #750742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750742; }

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

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

background-color css

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

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

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

border-color css

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

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

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