Html Css Color HEX #760257 Tyrian Purple

📋 copy color: '#760257'

red 118 ◦ green 2 ◦ blue 87

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

Shades of Tyrian Purple #760257

Tints of Tyrian Purple #760257

RGB

 RED value IS 118 (46.48% from 255) = 57%

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 57%
G = 0.97%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#760257 (or 0x760257) is known color: Tyrian Purple. HEX triplet: 76, 02 and 57. RGB value is (118,2,87). Sum of RGB (Red+Green+Blue) = 118+2+87=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760257 is #89FDA8. Grayscale: #2E2E2E. Windows color (decimal): -9043369 or 5702262. OLE color: 5702262.

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

Color convert

RGB 118 2 87 -
CMYK 0 0.98 0.26 0.54
HSL 316.03º 0.97% 0.24% -
HSV(B) 316.03º 0.98% 0.46% -
XYZ 9.21 4.58 9.42 -
YUV 46.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 118 2 87 0 0.98 0.26 0.54 316.03 0.97 0.24
Hex 76 2 57 0 62 1A 36 13C 61 18
Octal 166 2 127 0 142 32 66 474 141 30
Binary 1110110 10 1010111 0 1100010 11010 110110 100111100 1100001 11000

Color Harmonies of #760257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760257

Black with #760257

Text Example


Text Example

White with #760257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760257; }

 p { color: rgb(118,2,87); }

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

background-color css

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

 a { background-color: rgb(118,2,87); }

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

border-color css

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

 span { border-color: rgb(118,2,87); }

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