Html Css Color HEX #760242 Tyrian Purple

📋 copy color: '#760242'

red 118 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #760242

Tints of Tyrian Purple #760242

RGB

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

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

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

R = 63.44%
G = 1.08%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#760242 (or 0x760242) is known color: Tyrian Purple. HEX triplet: 76, 02 and 42. RGB value is (118,2,66). Sum of RGB (Red+Green+Blue) = 118+2+66=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #760242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760242 is #89FDBD. Grayscale: #2B2B2B. Windows color (decimal): -9043390 or 4326006. OLE color: 4326006.

HSL color Cylindrical-coordinate representation of color #760242: hue angle of 326.9º 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 #760242 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 66 -
CMYK 0 0.98 0.44 0.54
HSL 326.9º 0.97% 0.24% -
HSV(B) 326.9º 0.98% 0.46% -
XYZ 8.48 4.29 5.54 -
YUV 43.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 118 2 66 0 0.98 0.44 0.54 326.9 0.97 0.24
Hex 76 2 42 0 62 2C 36 147 61 18
Octal 166 2 102 0 142 54 66 507 141 30
Binary 1110110 10 1000010 0 1100010 101100 110110 101000111 1100001 11000

Color Harmonies of #760242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760242

Black with #760242

Text Example


Text Example

White with #760242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760242; }

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

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

background-color css

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

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

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

border-color css

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

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

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