Html Css Color HEX #760033 Tyrian Purple

📋 copy color: '#760033'

red 118 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #760033

Tints of Tyrian Purple #760033

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 51 (20.31% from 255) = 30.18%

R = 69.82%
G = 0%
B = 30.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#760033 (or 0x760033) is known color: Tyrian Purple. HEX triplet: 76, 00 and 33. RGB value is (118,0,51). Sum of RGB (Red+Green+Blue) = 118+0+51=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760033 is #89FFCC. Grayscale: #292929. Windows color (decimal): -9043917 or 3342454. OLE color: 3342454.

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

Color convert

RGB 118 0 51 -
CMYK 0 1 0.57 0.54
HSL 334.07º 1% 0.23% -
HSV(B) 334.07º 1% 0.46% -
XYZ 8.07 4.09 3.5 -
YUV 41.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 118 0 51 0 1 0.57 0.54 334.07 1 0.23
Hex 76 0 33 0 64 39 36 14E 64 17
Octal 166 0 63 0 144 71 66 516 144 27
Binary 1110110 0 110011 0 1100100 111001 110110 101001110 1100100 10111

Color Harmonies of #760033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760033

Black with #760033

Text Example


Text Example

White with #760033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760033; }

 p { color: rgb(118,0,51); }

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

background-color css

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

 a { background-color: rgb(118,0,51); }

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

border-color css

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

 span { border-color: rgb(118,0,51); }

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