Html Css Color HEX #76083C Tyrian Purple

📋 copy color: '#76083C'

red 118 ◦ green 8 ◦ blue 60

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

Shades of Tyrian Purple #76083C

Tints of Tyrian Purple #76083C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 63.44%
G = 4.3%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#76083C (or 0x76083C) is known color: Tyrian Purple. HEX triplet: 76, 08 and 3C. RGB value is (118,8,60). Sum of RGB (Red+Green+Blue) = 118+8+60=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083C is #89F7C3. Grayscale: #2E2E2E. Windows color (decimal): -9041860 or 3934326. OLE color: 3934326.

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

Color convert

RGB 118 8 60 -
CMYK 0 0.93 0.49 0.54
HSL 331.64º 0.87% 0.25% -
HSV(B) 331.64º 0.93% 0.46% -
XYZ 8.37 4.35 4.67 -
YUV 46.82 135.44 178.77 -
System Red Green Blue C M Y K H S L
Decimal 118 8 60 0 0.93 0.49 0.54 331.64 0.87 0.25
Hex 76 8 3C 0 5D 31 36 14C 57 19
Octal 166 10 74 0 135 61 66 514 127 31
Binary 1110110 1000 111100 0 1011101 110001 110110 101001100 1010111 11001

Color Harmonies of #76083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76083C

Black with #76083C

Text Example


Text Example

White with #76083C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76083C; }

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

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

background-color css

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

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

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

border-color css

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

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

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