Html Css Color HEX #760835 Tyrian Purple

📋 copy color: '#760835'

red 118 ◦ green 8 ◦ blue 53

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

Shades of Tyrian Purple #760835

Tints of Tyrian Purple #760835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 65.92%
G = 4.47%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#760835 (or 0x760835) is known color: Tyrian Purple. HEX triplet: 76, 08 and 35. RGB value is (118,8,53). Sum of RGB (Red+Green+Blue) = 118+8+53=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #760835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760835 is #89F7CA. Grayscale: #2D2D2D. Windows color (decimal): -9041867 or 3475574. OLE color: 3475574.

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

Color convert

RGB 118 8 53 -
CMYK 0 0.93 0.55 0.54
HSL 335.45º 0.87% 0.25% -
HSV(B) 335.45º 0.93% 0.46% -
XYZ 8.2 4.28 3.76 -
YUV 46.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 118 8 53 0 0.93 0.55 0.54 335.45 0.87 0.25
Hex 76 8 35 0 5D 37 36 14F 57 19
Octal 166 10 65 0 135 67 66 517 127 31
Binary 1110110 1000 110101 0 1011101 110111 110110 101001111 1010111 11001

Color Harmonies of #760835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760835

Black with #760835

Text Example


Text Example

White with #760835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760835; }

 p { color: rgb(118,8,53); }

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

background-color css

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

 a { background-color: rgb(118,8,53); }

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

border-color css

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

 span { border-color: rgb(118,8,53); }

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