Html Css Color HEX #760659 Tyrian Purple

📋 copy color: '#760659'

red 118 ◦ green 6 ◦ blue 89

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

Shades of Tyrian Purple #760659

Tints of Tyrian Purple #760659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 55.4%
G = 2.82%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760659 (or 0x760659) is known color: Tyrian Purple. HEX triplet: 76, 06 and 59. RGB value is (118,6,89). Sum of RGB (Red+Green+Blue) = 118+6+89=213 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.40% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 118 - color contains mainly: red. Hex color #760659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760659 is #89F9A6. Grayscale: #303030. Windows color (decimal): -9042343 or 5834358. OLE color: 5834358.

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

Color convert

RGB 118 6 89 -
CMYK 0 0.95 0.25 0.54
HSL 315.54º 0.9% 0.24% -
HSV(B) 315.54º 0.95% 0.46% -
XYZ 9.34 4.7 9.87 -
YUV 48.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 118 6 89 0 0.95 0.25 0.54 315.54 0.9 0.24
Hex 76 6 59 0 5F 19 36 13C 5A 18
Octal 166 6 131 0 137 31 66 474 132 30
Binary 1110110 110 1011001 0 1011111 11001 110110 100111100 1011010 11000

Color Harmonies of #760659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760659

Black with #760659

Text Example


Text Example

White with #760659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760659; }

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

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

background-color css

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

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

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

border-color css

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

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

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