Html Css Color HEX #760945 Tyrian Purple

📋 copy color: '#760945'

red 118 ◦ green 9 ◦ blue 69

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

Shades of Tyrian Purple #760945

Tints of Tyrian Purple #760945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 35.2%

R = 60.2%
G = 4.59%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#760945 (or 0x760945) is known color: Tyrian Purple. HEX triplet: 76, 09 and 45. RGB value is (118,9,69). Sum of RGB (Red+Green+Blue) = 118+9+69=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760945 is #89F6BA. Grayscale: #303030. Windows color (decimal): -9041595 or 4524406. OLE color: 4524406.

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

Color convert

RGB 118 9 69 -
CMYK 0 0.92 0.42 0.54
HSL 326.97º 0.86% 0.25% -
HSV(B) 326.97º 0.92% 0.46% -
XYZ 8.64 4.48 6.04 -
YUV 48.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 118 9 69 0 0.92 0.42 0.54 326.97 0.86 0.25
Hex 76 9 45 0 5C 2A 36 147 56 19
Octal 166 11 105 0 134 52 66 507 126 31
Binary 1110110 1001 1000101 0 1011100 101010 110110 101000111 1010110 11001

Color Harmonies of #760945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760945

Black with #760945

Text Example


Text Example

White with #760945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760945; }

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

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

background-color css

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

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

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

border-color css

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

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

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