Html Css Color HEX #750657 Tyrian Purple

📋 copy color: '#750657'

red 117 ◦ green 6 ◦ blue 87

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

Shades of Tyrian Purple #750657

Tints of Tyrian Purple #750657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 55.71%
G = 2.86%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#750657 (or 0x750657) is known color: Tyrian Purple. HEX triplet: 75, 06 and 57. RGB value is (117,6,87). Sum of RGB (Red+Green+Blue) = 117+6+87=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #750657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750657 is #8AF9A8. Grayscale: #303030. Windows color (decimal): -9107881 or 5703285. OLE color: 5703285.

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

Color convert

RGB 117 6 87 -
CMYK 0 0.95 0.26 0.54
HSL 316.22º 0.9% 0.24% -
HSV(B) 316.22º 0.95% 0.46% -
XYZ 9.12 4.6 9.42 -
YUV 48.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 117 6 87 0 0.95 0.26 0.54 316.22 0.9 0.24
Hex 75 6 57 0 5F 1A 36 13C 5A 18
Octal 165 6 127 0 137 32 66 474 132 30
Binary 1110101 110 1010111 0 1011111 11010 110110 100111100 1011010 11000

Color Harmonies of #750657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750657

Black with #750657

Text Example


Text Example

White with #750657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750657; }

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

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

background-color css

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

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

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

border-color css

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

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

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