Html Css Color HEX #760635 Tyrian Purple

📋 copy color: '#760635'

red 118 ◦ green 6 ◦ blue 53

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

Shades of Tyrian Purple #760635

Tints of Tyrian Purple #760635

RGB

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

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

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

R = 66.67%
G = 3.39%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#760635 (or 0x760635) is known color: Tyrian Purple. HEX triplet: 76, 06 and 35. RGB value is (118,6,53). Sum of RGB (Red+Green+Blue) = 118+6+53=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760635 is #89F9CA. Grayscale: #2C2C2C. Windows color (decimal): -9042379 or 3475062. OLE color: 3475062.

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

Color convert

RGB 118 6 53 -
CMYK 0 0.95 0.55 0.54
HSL 334.82º 0.9% 0.24% -
HSV(B) 334.82º 0.95% 0.46% -
XYZ 8.18 4.24 3.76 -
YUV 44.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 118 6 53 0 0.95 0.55 0.54 334.82 0.9 0.24
Hex 76 6 35 0 5F 37 36 14F 5A 18
Octal 166 6 65 0 137 67 66 517 132 30
Binary 1110110 110 110101 0 1011111 110111 110110 101001111 1011010 11000

Color Harmonies of #760635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760635

Black with #760635

Text Example


Text Example

White with #760635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760635; }

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

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

background-color css

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

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

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

border-color css

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

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

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