Html Css Color HEX #760937 Tyrian Purple

📋 copy color: '#760937'

red 118 ◦ green 9 ◦ blue 55

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

Shades of Tyrian Purple #760937

Tints of Tyrian Purple #760937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 30.22%

R = 64.84%
G = 4.95%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#760937 (or 0x760937) is known color: Tyrian Purple. HEX triplet: 76, 09 and 37. RGB value is (118,9,55). Sum of RGB (Red+Green+Blue) = 118+9+55=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 55 (21.88% from 255 or 30.22% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #760937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760937 is #89F6C8. Grayscale: #2E2E2E. Windows color (decimal): -9041609 or 3606902. OLE color: 3606902.

HSL color Cylindrical-coordinate representation of color #760937: hue angle of 334.68º 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 #760937 is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 55 -
CMYK 0 0.92 0.53 0.54
HSL 334.68º 0.86% 0.25% -
HSV(B) 334.68º 0.92% 0.46% -
XYZ 8.26 4.32 4.01 -
YUV 46.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 118 9 55 0 0.92 0.53 0.54 334.68 0.86 0.25
Hex 76 9 37 0 5C 35 36 14F 56 19
Octal 166 11 67 0 134 65 66 517 126 31
Binary 1110110 1001 110111 0 1011100 110101 110110 101001111 1010110 11001

Color Harmonies of #760937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760937

Black with #760937

Text Example


Text Example

White with #760937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760937; }

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

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

background-color css

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

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

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

border-color css

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

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

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