Html Css Color HEX #750642 Tyrian Purple

📋 copy color: '#750642'

red 117 ◦ green 6 ◦ blue 66

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

Shades of Tyrian Purple #750642

Tints of Tyrian Purple #750642

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 61.9%
G = 3.17%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750642 (or 0x750642) is known color: Tyrian Purple. HEX triplet: 75, 06 and 42. RGB value is (117,6,66). Sum of RGB (Red+Green+Blue) = 117+6+66=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750642 is #8AF9BD. Grayscale: #2D2D2D. Windows color (decimal): -9107902 or 4327029. OLE color: 4327029.

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

Color convert

RGB 117 6 66 -
CMYK 0 0.95 0.44 0.54
HSL 327.57º 0.9% 0.24% -
HSV(B) 327.57º 0.95% 0.46% -
XYZ 8.38 4.31 5.54 -
YUV 46.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 117 6 66 0 0.95 0.44 0.54 327.57 0.9 0.24
Hex 75 6 42 0 5F 2C 36 148 5A 18
Octal 165 6 102 0 137 54 66 510 132 30
Binary 1110101 110 1000010 0 1011111 101100 110110 101001000 1011010 11000

Color Harmonies of #750642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750642

Black with #750642

Text Example


Text Example

White with #750642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750642; }

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

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

background-color css

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

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

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

border-color css

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

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

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