Html Css Color HEX #760637 Tyrian Purple

📋 copy color: '#760637'

red 118 ◦ green 6 ◦ blue 55

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

Shades of Tyrian Purple #760637

Tints of Tyrian Purple #760637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 65.92%
G = 3.35%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#760637 (or 0x760637) is known color: Tyrian Purple. HEX triplet: 76, 06 and 37. RGB value is (118,6,55). Sum of RGB (Red+Green+Blue) = 118+6+55=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #760637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760637 is #89F9C8. Grayscale: #2C2C2C. Windows color (decimal): -9042377 or 3606134. OLE color: 3606134.

HSL color Cylindrical-coordinate representation of color #760637: hue angle of 333.75º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760637 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 55 -
CMYK 0 0.95 0.53 0.54
HSL 333.75º 0.9% 0.24% -
HSV(B) 333.75º 0.95% 0.46% -
XYZ 8.23 4.26 4 -
YUV 45.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 118 6 55 0 0.95 0.53 0.54 333.75 0.9 0.24
Hex 76 6 37 0 5F 35 36 14E 5A 18
Octal 166 6 67 0 137 65 66 516 132 30
Binary 1110110 110 110111 0 1011111 110101 110110 101001110 1011010 11000

Color Harmonies of #760637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760637

Black with #760637

Text Example


Text Example

White with #760637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760637; }

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

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

background-color css

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

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

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

border-color css

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

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

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