Html Css Color HEX #760233 Tyrian Purple

📋 copy color: '#760233'

red 118 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #760233

Tints of Tyrian Purple #760233

RGB

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

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

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

R = 69.01%
G = 1.17%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#760233 (or 0x760233) is known color: Tyrian Purple. HEX triplet: 76, 02 and 33. RGB value is (118,2,51). Sum of RGB (Red+Green+Blue) = 118+2+51=171 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.01% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 118 - color contains mainly: red. Hex color #760233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760233 is #89FDCC. Grayscale: #2A2A2A. Windows color (decimal): -9043405 or 3342966. OLE color: 3342966.

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

Color convert

RGB 118 2 51 -
CMYK 0 0.98 0.57 0.54
HSL 334.66º 0.97% 0.24% -
HSV(B) 334.66º 0.98% 0.46% -
XYZ 8.09 4.13 3.5 -
YUV 42.27 132.93 182.02 -
System Red Green Blue C M Y K H S L
Decimal 118 2 51 0 0.98 0.57 0.54 334.66 0.97 0.24
Hex 76 2 33 0 62 39 36 14F 61 18
Octal 166 2 63 0 142 71 66 517 141 30
Binary 1110110 10 110011 0 1100010 111001 110110 101001111 1100001 11000

Color Harmonies of #760233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760233

Black with #760233

Text Example


Text Example

White with #760233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760233; }

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

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

background-color css

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

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

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

border-color css

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

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

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