Html Css Color HEX #760943 Tyrian Purple

📋 copy color: '#760943'

red 118 ◦ green 9 ◦ blue 67

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

Shades of Tyrian Purple #760943

Tints of Tyrian Purple #760943

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 67 (26.56% from 255) = 34.54%

R = 60.82%
G = 4.64%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#760943 (or 0x760943) is known color: Tyrian Purple. HEX triplet: 76, 09 and 43. RGB value is (118,9,67). Sum of RGB (Red+Green+Blue) = 118+9+67=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #760943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760943 is #89F6BC. Grayscale: #303030. Windows color (decimal): -9041597 or 4393334. OLE color: 4393334.

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

Color convert

RGB 118 9 67 -
CMYK 0 0.92 0.43 0.54
HSL 328.07º 0.86% 0.25% -
HSV(B) 328.07º 0.92% 0.46% -
XYZ 8.58 4.45 5.72 -
YUV 48.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 118 9 67 0 0.92 0.43 0.54 328.07 0.86 0.25
Hex 76 9 43 0 5C 2B 36 148 56 19
Octal 166 11 103 0 134 53 66 510 126 31
Binary 1110110 1001 1000011 0 1011100 101011 110110 101001000 1010110 11001

Color Harmonies of #760943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760943

Black with #760943

Text Example


Text Example

White with #760943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760943; }

 p { color: rgb(118,9,67); }

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

background-color css

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

 a { background-color: rgb(118,9,67); }

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

border-color css

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

 span { border-color: rgb(118,9,67); }

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