Html Css Color HEX #750650 Tyrian Purple

📋 copy color: '#750650'

red 117 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #750650

Tints of Tyrian Purple #750650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 57.64%
G = 2.96%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#750650 (or 0x750650) is known color: Tyrian Purple. HEX triplet: 75, 06 and 50. RGB value is (117,6,80). Sum of RGB (Red+Green+Blue) = 117+6+80=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750650 is #8AF9AF. Grayscale: #2F2F2F. Windows color (decimal): -9107888 or 5244533. OLE color: 5244533.

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

Color convert

RGB 117 6 80 -
CMYK 0 0.95 0.32 0.54
HSL 320º 0.9% 0.24% -
HSV(B) 320º 0.95% 0.46% -
XYZ 8.85 4.49 7.99 -
YUV 47.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 117 6 80 0 0.95 0.32 0.54 320 0.9 0.24
Hex 75 6 50 0 5F 20 36 140 5A 18
Octal 165 6 120 0 137 40 66 500 132 30
Binary 1110101 110 1010000 0 1011111 100000 110110 101000000 1011010 11000

Color Harmonies of #750650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750650

Black with #750650

Text Example


Text Example

White with #750650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750650; }

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

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

background-color css

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

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

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

border-color css

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

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

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