Html Css Color HEX #760846 Tyrian Purple

📋 copy color: '#760846'

red 118 ◦ green 8 ◦ blue 70

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

Shades of Tyrian Purple #760846

Tints of Tyrian Purple #760846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 35.71%

R = 60.2%
G = 4.08%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#760846 (or 0x760846) is known color: Tyrian Purple. HEX triplet: 76, 08 and 46. RGB value is (118,8,70). Sum of RGB (Red+Green+Blue) = 118+8+70=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760846 is #89F7B9. Grayscale: #2F2F2F. Windows color (decimal): -9041850 or 4589686. OLE color: 4589686.

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

Color convert

RGB 118 8 70 -
CMYK 0 0.93 0.41 0.54
HSL 326.18º 0.87% 0.25% -
HSV(B) 326.18º 0.93% 0.46% -
XYZ 8.66 4.47 6.2 -
YUV 47.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 118 8 70 0 0.93 0.41 0.54 326.18 0.87 0.25
Hex 76 8 46 0 5D 29 36 146 57 19
Octal 166 10 106 0 135 51 66 506 127 31
Binary 1110110 1000 1000110 0 1011101 101001 110110 101000110 1010111 11001

Color Harmonies of #760846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760846

Black with #760846

Text Example


Text Example

White with #760846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760846; }

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

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

background-color css

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

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

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

border-color css

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

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

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