Html Css Color HEX #760342 Tyrian Purple

📋 copy color: '#760342'

red 118 ◦ green 3 ◦ blue 66

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

Shades of Tyrian Purple #760342

Tints of Tyrian Purple #760342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

 BLUE value IS 66 (26.17% from 255) = 35.29%

R = 63.1%
G = 1.6%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#760342 (or 0x760342) is known color: Tyrian Purple. HEX triplet: 76, 03 and 42. RGB value is (118,3,66). Sum of RGB (Red+Green+Blue) = 118+3+66=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #760342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760342 is #89FCBD. Grayscale: #2C2C2C. Windows color (decimal): -9043134 or 4326262. OLE color: 4326262.

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

Color convert

RGB 118 3 66 -
CMYK 0 0.97 0.44 0.54
HSL 327.13º 0.95% 0.24% -
HSV(B) 327.13º 0.97% 0.46% -
XYZ 8.49 4.31 5.54 -
YUV 44.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 118 3 66 0 0.97 0.44 0.54 327.13 0.95 0.24
Hex 76 3 42 0 61 2C 36 147 5F 18
Octal 166 3 102 0 141 54 66 507 137 30
Binary 1110110 11 1000010 0 1100001 101100 110110 101000111 1011111 11000

Color Harmonies of #760342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760342

Black with #760342

Text Example


Text Example

White with #760342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760342; }

 p { color: rgb(118,3,66); }

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

background-color css

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

 a { background-color: rgb(118,3,66); }

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

border-color css

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

 span { border-color: rgb(118,3,66); }

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