Html Css Color HEX #760C43 Tyrian Purple

📋 copy color: '#760C43'

red 118 ◦ green 12 ◦ blue 67

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

Shades of Tyrian Purple #760C43

Tints of Tyrian Purple #760C43

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

 BLUE value IS 67 (26.56% from 255) = 34.01%

R = 59.9%
G = 6.09%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.54

RGB Variations

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

Color information

#760C43 (or 0x760C43) is known color: Tyrian Purple. HEX triplet: 76, 0C and 43. RGB value is (118,12,67). Sum of RGB (Red+Green+Blue) = 118+12+67=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #760C43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C43 is #89F3BC. Grayscale: #313131. Windows color (decimal): -9040829 or 4394102. OLE color: 4394102.

HSL color Cylindrical-coordinate representation of color #760C43: hue angle of 328.87º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C43 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 67 -
CMYK 0 0.90 0.43 0.54
HSL 328.87º 0.82% 0.25% -
HSV(B) 328.87º 0.9% 0.46% -
XYZ 8.62 4.52 5.73 -
YUV 49.96 137.62 176.53 -
System Red Green Blue C M Y K H S L
Decimal 118 12 67 0 0.90 0.43 0.54 328.87 0.82 0.25
Hex 76 C 43 0 5A 2B 36 149 52 19
Octal 166 14 103 0 132 53 66 511 122 31
Binary 1110110 1100 1000011 0 1011010 101011 110110 101001001 1010010 11001

Color Harmonies of #760C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C43

Black with #760C43

Text Example


Text Example

White with #760C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760C43; }

 p { color: rgb(118,12,67); }

 H1.HeaderClassName
 {
   color: #760C43;
 }
 .AnyTagClassName
 {
   color: #760C43;
 }
</style>

background-color css

<style>
 a { background-color: #760C43; }

 a { background-color: rgb(118,12,67); }

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

border-color css

<style>
 span { border-color: #760C43; }

 span { border-color: rgb(118,12,67); }

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