Html Css Color HEX #76063F Tyrian Purple

📋 copy color: '#76063F'

red 118 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #76063F

Tints of Tyrian Purple #76063F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.69%

R = 63.1%
G = 3.21%
B = 33.69%

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

#76063F (or 0x76063F) is known color: Tyrian Purple. HEX triplet: 76, 06 and 3F. RGB value is (118,6,63). Sum of RGB (Red+Green+Blue) = 118+6+63=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #76063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76063F is #89F9C0. Grayscale: #2D2D2D. Windows color (decimal): -9042369 or 4130422. OLE color: 4130422.

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

Color convert

RGB 118 6 63 -
CMYK 0 0.95 0.47 0.54
HSL 329.46º 0.9% 0.24% -
HSV(B) 329.46º 0.95% 0.46% -
XYZ 8.43 4.34 5.1 -
YUV 45.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 118 6 63 0 0.95 0.47 0.54 329.46 0.9 0.24
Hex 76 6 3F 0 5F 2F 36 149 5A 18
Octal 166 6 77 0 137 57 66 511 132 30
Binary 1110110 110 111111 0 1011111 101111 110110 101001001 1011010 11000

Color Harmonies of #76063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76063F

Black with #76063F

Text Example


Text Example

White with #76063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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