Html Css Color HEX #760236 Tyrian Purple

📋 copy color: '#760236'

red 118 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #760236

Tints of Tyrian Purple #760236

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

 BLUE value IS 54 (21.48% from 255) = 31.03%

R = 67.82%
G = 1.15%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.54

RGB Variations

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

Color information

#760236 (or 0x760236) is known color: Tyrian Purple. HEX triplet: 76, 02 and 36. RGB value is (118,2,54). Sum of RGB (Red+Green+Blue) = 118+2+54=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 54 (21.48% from 255 or 31.03% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #760236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760236 is #89FDC9. Grayscale: #2A2A2A. Windows color (decimal): -9043402 or 3539574. OLE color: 3539574.

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

Color convert

RGB 118 2 54 -
CMYK 0 0.98 0.54 0.54
HSL 333.1º 0.97% 0.24% -
HSV(B) 333.1º 0.98% 0.46% -
XYZ 8.16 4.16 3.86 -
YUV 42.61 134.43 181.77 -
System Red Green Blue C M Y K H S L
Decimal 118 2 54 0 0.98 0.54 0.54 333.1 0.97 0.24
Hex 76 2 36 0 62 36 36 14D 61 18
Octal 166 2 66 0 142 66 66 515 141 30
Binary 1110110 10 110110 0 1100010 110110 110110 101001101 1100001 11000

Color Harmonies of #760236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760236

Black with #760236

Text Example


Text Example

White with #760236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760236; }

 p { color: rgb(118,2,54); }

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

background-color css

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

 a { background-color: rgb(118,2,54); }

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

border-color css

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

 span { border-color: rgb(118,2,54); }

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