Html Css Color HEX #760553 Tyrian Purple

📋 copy color: '#760553'

red 118 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #760553

Tints of Tyrian Purple #760553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 83 (32.81% from 255) = 40.29%

R = 57.28%
G = 2.43%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#760553 (or 0x760553) is known color: Tyrian Purple. HEX triplet: 76, 05 and 53. RGB value is (118,5,83). Sum of RGB (Red+Green+Blue) = 118+5+83=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #760553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760553 is #89FAAC. Grayscale: #2F2F2F. Windows color (decimal): -9042605 or 5440886. OLE color: 5440886.

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

Color convert

RGB 118 5 83 -
CMYK 0 0.96 0.30 0.54
HSL 318.58º 0.92% 0.24% -
HSV(B) 318.58º 0.96% 0.46% -
XYZ 9.09 4.58 8.59 -
YUV 47.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 118 5 83 0 0.96 0.30 0.54 318.58 0.92 0.24
Hex 76 5 53 0 60 1E 36 13F 5C 18
Octal 166 5 123 0 140 36 66 477 134 30
Binary 1110110 101 1010011 0 1100000 11110 110110 100111111 1011100 11000

Color Harmonies of #760553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760553

Black with #760553

Text Example


Text Example

White with #760553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760553; }

 p { color: rgb(118,5,83); }

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

background-color css

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

 a { background-color: rgb(118,5,83); }

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

border-color css

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

 span { border-color: rgb(118,5,83); }

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