Html Css Color HEX #760255 Tyrian Purple

📋 copy color: '#760255'

red 118 ◦ green 2 ◦ blue 85

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

Shades of Tyrian Purple #760255

Tints of Tyrian Purple #760255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.46%

R = 57.56%
G = 0.98%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#760255 (or 0x760255) is known color: Tyrian Purple. HEX triplet: 76, 02 and 55. RGB value is (118,2,85). Sum of RGB (Red+Green+Blue) = 118+2+85=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 85 (33.59% from 255 or 41.46% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760255 is #89FDAA. Grayscale: #2D2D2D. Windows color (decimal): -9043371 or 5571190. OLE color: 5571190.

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

Color convert

RGB 118 2 85 -
CMYK 0 0.98 0.28 0.54
HSL 317.07º 0.97% 0.24% -
HSV(B) 317.07º 0.98% 0.46% -
XYZ 9.13 4.55 8.99 -
YUV 46.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 118 2 85 0 0.98 0.28 0.54 317.07 0.97 0.24
Hex 76 2 55 0 62 1C 36 13D 61 18
Octal 166 2 125 0 142 34 66 475 141 30
Binary 1110110 10 1010101 0 1100010 11100 110110 100111101 1100001 11000

Color Harmonies of #760255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760255

Black with #760255

Text Example


Text Example

White with #760255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760255; }

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

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

background-color css

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

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

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

border-color css

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

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

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