Html Css Color HEX #76063E Tyrian Purple

📋 copy color: '#76063E'

red 118 ◦ green 6 ◦ blue 62

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

Shades of Tyrian Purple #76063E

Tints of Tyrian Purple #76063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 63.44%
G = 3.23%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#76063E (or 0x76063E) is known color: Tyrian Purple. HEX triplet: 76, 06 and 3E. RGB value is (118,6,62). Sum of RGB (Red+Green+Blue) = 118+6+62=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76063E is #89F9C1. Grayscale: #2D2D2D. Windows color (decimal): -9042370 or 4064886. OLE color: 4064886.

HSL color Cylindrical-coordinate representation of color #76063E: hue angle of 330º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76063E is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 62 -
CMYK 0 0.95 0.47 0.54
HSL 330º 0.9% 0.24% -
HSV(B) 330º 0.95% 0.46% -
XYZ 8.41 4.33 4.95 -
YUV 45.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 118 6 62 0 0.95 0.47 0.54 330 0.9 0.24
Hex 76 6 3E 0 5F 2F 36 14A 5A 18
Octal 166 6 76 0 137 57 66 512 132 30
Binary 1110110 110 111110 0 1011111 101111 110110 101001010 1011010 11000

Color Harmonies of #76063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76063E

Black with #76063E

Text Example


Text Example

White with #76063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76063E; }

 p { color: rgb(118,6,62); }

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

background-color css

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

 a { background-color: rgb(118,6,62); }

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

border-color css

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

 span { border-color: rgb(118,6,62); }

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