Html Css Color HEX #760833 Tyrian Purple

📋 copy color: '#760833'

red 118 ◦ green 8 ◦ blue 51

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

Shades of Tyrian Purple #760833

Tints of Tyrian Purple #760833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

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

R = 66.67%
G = 4.52%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#760833 (or 0x760833) is known color: Tyrian Purple. HEX triplet: 76, 08 and 33. RGB value is (118,8,51). Sum of RGB (Red+Green+Blue) = 118+8+51=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760833 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760833 is #89F7CC. Grayscale: #2D2D2D. Windows color (decimal): -9041869 or 3344502. OLE color: 3344502.

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

Color convert

RGB 118 8 51 -
CMYK 0 0.93 0.57 0.54
HSL 336.55º 0.87% 0.25% -
HSV(B) 336.55º 0.93% 0.46% -
XYZ 8.16 4.26 3.53 -
YUV 45.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 118 8 51 0 0.93 0.57 0.54 336.55 0.87 0.25
Hex 76 8 33 0 5D 39 36 151 57 19
Octal 166 10 63 0 135 71 66 521 127 31
Binary 1110110 1000 110011 0 1011101 111001 110110 101010001 1010111 11001

Color Harmonies of #760833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760833

Black with #760833

Text Example


Text Example

White with #760833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760833; }

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

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

background-color css

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

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

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

border-color css

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

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

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