Html Css Color HEX #760640 Tyrian Purple

📋 copy color: '#760640'

red 118 ◦ green 6 ◦ blue 64

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

Shades of Tyrian Purple #760640

Tints of Tyrian Purple #760640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.04%

R = 62.77%
G = 3.19%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#760640 (or 0x760640) is known color: Tyrian Purple. HEX triplet: 76, 06 and 40. RGB value is (118,6,64). Sum of RGB (Red+Green+Blue) = 118+6+64=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #760640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760640 is #89F9BF. Grayscale: #2D2D2D. Windows color (decimal): -9042368 or 4195958. OLE color: 4195958.

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

Color convert

RGB 118 6 64 -
CMYK 0 0.95 0.46 0.54
HSL 328.93º 0.9% 0.24% -
HSV(B) 328.93º 0.95% 0.46% -
XYZ 8.46 4.35 5.24 -
YUV 46.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 118 6 64 0 0.95 0.46 0.54 328.93 0.9 0.24
Hex 76 6 40 0 5F 2E 36 149 5A 18
Octal 166 6 100 0 137 56 66 511 132 30
Binary 1110110 110 1000000 0 1011111 101110 110110 101001001 1011010 11000

Color Harmonies of #760640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760640

Black with #760640

Text Example


Text Example

White with #760640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760640; }

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

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

background-color css

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

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

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

border-color css

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

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

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