Html Css Color HEX #760735 Tyrian Purple

📋 copy color: '#760735'

red 118 ◦ green 7 ◦ blue 53

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

Shades of Tyrian Purple #760735

Tints of Tyrian Purple #760735

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

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

R = 66.29%
G = 3.93%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#760735 (or 0x760735) is known color: Tyrian Purple. HEX triplet: 76, 07 and 35. RGB value is (118,7,53). Sum of RGB (Red+Green+Blue) = 118+7+53=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #760735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760735 is #89F8CA. Grayscale: #2D2D2D. Windows color (decimal): -9042123 or 3475318. OLE color: 3475318.

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

Color convert

RGB 118 7 53 -
CMYK 0 0.94 0.55 0.54
HSL 335.14º 0.89% 0.25% -
HSV(B) 335.14º 0.94% 0.46% -
XYZ 8.19 4.26 3.76 -
YUV 45.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 118 7 53 0 0.94 0.55 0.54 335.14 0.89 0.25
Hex 76 7 35 0 5E 37 36 14F 59 19
Octal 166 7 65 0 136 67 66 517 131 31
Binary 1110110 111 110101 0 1011110 110111 110110 101001111 1011001 11001

Color Harmonies of #760735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760735

Black with #760735

Text Example


Text Example

White with #760735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760735; }

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

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

background-color css

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

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

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

border-color css

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

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

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