Html Css Color HEX #76063D Tyrian Purple

📋 copy color: '#76063D'

red 118 ◦ green 6 ◦ blue 61

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

Shades of Tyrian Purple #76063D

Tints of Tyrian Purple #76063D

RGB

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

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

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

R = 63.78%
G = 3.24%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76063D (or 0x76063D) is known color: Tyrian Purple. HEX triplet: 76, 06 and 3D. RGB value is (118,6,61). Sum of RGB (Red+Green+Blue) = 118+6+61=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76063D is #89F9C2. Grayscale: #2D2D2D. Windows color (decimal): -9042371 or 3999350. OLE color: 3999350.

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

Color convert

RGB 118 6 61 -
CMYK 0 0.95 0.48 0.54
HSL 330.54º 0.9% 0.24% -
HSV(B) 330.54º 0.95% 0.46% -
XYZ 8.38 4.32 4.81 -
YUV 45.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 118 6 61 0 0.95 0.48 0.54 330.54 0.9 0.24
Hex 76 6 3D 0 5F 30 36 14B 5A 18
Octal 166 6 75 0 137 60 66 513 132 30
Binary 1110110 110 111101 0 1011111 110000 110110 101001011 1011010 11000

Color Harmonies of #76063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76063D

Black with #76063D

Text Example


Text Example

White with #76063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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