Html Css Color HEX #760633 Tyrian Purple

📋 copy color: '#760633'

red 118 ◦ green 6 ◦ blue 51

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

Shades of Tyrian Purple #760633

Tints of Tyrian Purple #760633

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.43%

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

R = 67.43%
G = 3.43%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#760633 (or 0x760633) is known color: Tyrian Purple. HEX triplet: 76, 06 and 33. RGB value is (118,6,51). Sum of RGB (Red+Green+Blue) = 118+6+51=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 51 (20.31% from 255 or 29.14% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760633 is #89F9CC. Grayscale: #2C2C2C. Windows color (decimal): -9042381 or 3343990. OLE color: 3343990.

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

Color convert

RGB 118 6 51 -
CMYK 0 0.95 0.57 0.54
HSL 335.89º 0.9% 0.24% -
HSV(B) 335.89º 0.95% 0.46% -
XYZ 8.13 4.22 3.52 -
YUV 44.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 118 6 51 0 0.95 0.57 0.54 335.89 0.9 0.24
Hex 76 6 33 0 5F 39 36 150 5A 18
Octal 166 6 63 0 137 71 66 520 132 30
Binary 1110110 110 110011 0 1011111 111001 110110 101010000 1011010 11000

Color Harmonies of #760633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760633

Black with #760633

Text Example


Text Example

White with #760633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760633; }

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

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

background-color css

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

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

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

border-color css

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

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

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