Html Css Color HEX #760355 Tyrian Purple

📋 copy color: '#760355'

red 118 ◦ green 3 ◦ blue 85

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

Shades of Tyrian Purple #760355

Tints of Tyrian Purple #760355

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 57.28%
G = 1.46%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#760355 (or 0x760355) is known color: Tyrian Purple. HEX triplet: 76, 03 and 55. RGB value is (118,3,85). Sum of RGB (Red+Green+Blue) = 118+3+85=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #760355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760355 is #89FCAA. Grayscale: #2E2E2E. Windows color (decimal): -9043115 or 5571446. OLE color: 5571446.

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

Color convert

RGB 118 3 85 -
CMYK 0 0.97 0.28 0.54
HSL 317.22º 0.95% 0.24% -
HSV(B) 317.22º 0.97% 0.46% -
XYZ 9.14 4.57 9 -
YUV 46.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 118 3 85 0 0.97 0.28 0.54 317.22 0.95 0.24
Hex 76 3 55 0 61 1C 36 13D 5F 18
Octal 166 3 125 0 141 34 66 475 137 30
Binary 1110110 11 1010101 0 1100001 11100 110110 100111101 1011111 11000

Color Harmonies of #760355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760355

Black with #760355

Text Example


Text Example

White with #760355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760355; }

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

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

background-color css

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

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

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

border-color css

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

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

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