Html Css Color HEX #760053 Tyrian Purple

📋 copy color: '#760053'

red 118 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #760053

Tints of Tyrian Purple #760053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.71%
G = 0%
B = 41.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#760053 (or 0x760053) is known color: Tyrian Purple. HEX triplet: 76, 00 and 53. RGB value is (118,0,83). Sum of RGB (Red+Green+Blue) = 118+0+83=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #760053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760053 is #89FFAC. Grayscale: #2C2C2C. Windows color (decimal): -9043885 or 5439606. OLE color: 5439606.

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

Color convert

RGB 118 0 83 -
CMYK 0 1 0.30 0.54
HSL 317.8º 1% 0.23% -
HSV(B) 317.8º 1% 0.46% -
XYZ 9.03 4.48 8.57 -
YUV 44.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 118 0 83 0 1 0.30 0.54 317.8 1 0.23
Hex 76 0 53 0 64 1E 36 13E 64 17
Octal 166 0 123 0 144 36 66 476 144 27
Binary 1110110 0 1010011 0 1100100 11110 110110 100111110 1100100 10111

Color Harmonies of #760053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760053

Black with #760053

Text Example


Text Example

White with #760053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760053; }

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

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

background-color css

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

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

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

border-color css

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

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

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