Html Css Color HEX #760B53 Tyrian Purple

📋 copy color: '#760B53'

red 118 ◦ green 11 ◦ blue 83

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

Shades of Tyrian Purple #760B53

Tints of Tyrian Purple #760B53

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

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

R = 55.66%
G = 5.19%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#760B53 (or 0x760B53) is known color: Tyrian Purple. HEX triplet: 76, 0B and 53. RGB value is (118,11,83). Sum of RGB (Red+Green+Blue) = 118+11+83=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B53 is #89F4AC. Grayscale: #333333. Windows color (decimal): -9041069 or 5442422. OLE color: 5442422.

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

Color convert

RGB 118 11 83 -
CMYK 0 0.91 0.30 0.54
HSL 319.63º 0.83% 0.25% -
HSV(B) 319.63º 0.91% 0.46% -
XYZ 9.15 4.72 8.61 -
YUV 51.2 145.95 175.65 -
System Red Green Blue C M Y K H S L
Decimal 118 11 83 0 0.91 0.30 0.54 319.63 0.83 0.25
Hex 76 B 53 0 5B 1E 36 140 53 19
Octal 166 13 123 0 133 36 66 500 123 31
Binary 1110110 1011 1010011 0 1011011 11110 110110 101000000 1010011 11001

Color Harmonies of #760B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B53

Black with #760B53

Text Example


Text Example

White with #760B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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