Html Css Color HEX #760C4F Tyrian Purple

📋 copy color: '#760C4F'

red 118 ◦ green 12 ◦ blue 79

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

Shades of Tyrian Purple #760C4F

Tints of Tyrian Purple #760C4F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.74%

 BLUE value IS 79 (31.25% from 255) = 37.8%

R = 56.46%
G = 5.74%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#760C4F (or 0x760C4F) is known color: Tyrian Purple. HEX triplet: 76, 0C and 4F. RGB value is (118,12,79). Sum of RGB (Red+Green+Blue) = 118+12+79=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #760C4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C4F is #89F3B0. Grayscale: #333333. Windows color (decimal): -9040817 or 5180534. OLE color: 5180534.

HSL color Cylindrical-coordinate representation of color #760C4F: hue angle of 322.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C4F is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 79 -
CMYK 0 0.90 0.33 0.54
HSL 322.08º 0.82% 0.25% -
HSV(B) 322.08º 0.9% 0.46% -
XYZ 9.01 4.68 7.83 -
YUV 51.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 118 12 79 0 0.90 0.33 0.54 322.08 0.82 0.25
Hex 76 C 4F 0 5A 21 36 142 52 19
Octal 166 14 117 0 132 41 66 502 122 31
Binary 1110110 1100 1001111 0 1011010 100001 110110 101000010 1010010 11001

Color Harmonies of #760C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C4F

Black with #760C4F

Text Example


Text Example

White with #760C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,79); }

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

background-color css

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

 a { background-color: rgb(118,12,79); }

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

border-color css

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

 span { border-color: rgb(118,12,79); }

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