Html Css Color HEX #76083D Tyrian Purple

📋 copy color: '#76083D'

red 118 ◦ green 8 ◦ blue 61

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

Shades of Tyrian Purple #76083D

Tints of Tyrian Purple #76083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.62%

R = 63.1%
G = 4.28%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76083D (or 0x76083D) is known color: Tyrian Purple. HEX triplet: 76, 08 and 3D. RGB value is (118,8,61). Sum of RGB (Red+Green+Blue) = 118+8+61=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76083D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083D is #89F7C2. Grayscale: #2E2E2E. Windows color (decimal): -9041859 or 3999862. OLE color: 3999862.

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

Color convert

RGB 118 8 61 -
CMYK 0 0.93 0.48 0.54
HSL 331.09º 0.87% 0.25% -
HSV(B) 331.09º 0.93% 0.46% -
XYZ 8.4 4.36 4.81 -
YUV 46.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 118 8 61 0 0.93 0.48 0.54 331.09 0.87 0.25
Hex 76 8 3D 0 5D 30 36 14B 57 19
Octal 166 10 75 0 135 60 66 513 127 31
Binary 1110110 1000 111101 0 1011101 110000 110110 101001011 1010111 11001

Color Harmonies of #76083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76083D

Black with #76083D

Text Example


Text Example

White with #76083D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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