Html Css Color HEX #760158 Tyrian Purple

📋 copy color: '#760158'

red 118 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #760158

Tints of Tyrian Purple #760158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 57%
G = 0.48%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760158 (or 0x760158) is known color: Tyrian Purple. HEX triplet: 76, 01 and 58. RGB value is (118,1,88). Sum of RGB (Red+Green+Blue) = 118+1+88=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760158 is #89FEA7. Grayscale: #2D2D2D. Windows color (decimal): -9043624 or 5767542. OLE color: 5767542.

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

Color convert

RGB 118 1 88 -
CMYK 0 0.99 0.25 0.54
HSL 315.38º 0.98% 0.23% -
HSV(B) 315.38º 0.99% 0.46% -
XYZ 9.24 4.58 9.63 -
YUV 45.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 118 1 88 0 0.99 0.25 0.54 315.38 0.98 0.23
Hex 76 1 58 0 63 19 36 13B 62 17
Octal 166 1 130 0 143 31 66 473 142 27
Binary 1110110 1 1011000 0 1100011 11001 110110 100111011 1100010 10111

Color Harmonies of #760158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760158

Black with #760158

Text Example


Text Example

White with #760158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760158; }

 p { color: rgb(118,1,88); }

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

background-color css

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

 a { background-color: rgb(118,1,88); }

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

border-color css

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

 span { border-color: rgb(118,1,88); }

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