Html Css Color HEX #760258 Tyrian Purple

📋 copy color: '#760258'

red 118 ◦ green 2 ◦ blue 88

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

Shades of Tyrian Purple #760258

Tints of Tyrian Purple #760258

RGB

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

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

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

R = 56.73%
G = 0.96%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760258 (or 0x760258) is known color: Tyrian Purple. HEX triplet: 76, 02 and 58. RGB value is (118,2,88). Sum of RGB (Red+Green+Blue) = 118+2+88=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760258 is #89FDA7. Grayscale: #2E2E2E. Windows color (decimal): -9043368 or 5767798. OLE color: 5767798.

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

Color convert

RGB 118 2 88 -
CMYK 0 0.98 0.25 0.54
HSL 315.52º 0.97% 0.24% -
HSV(B) 315.52º 0.98% 0.46% -
XYZ 9.25 4.6 9.63 -
YUV 46.49 151.43 179.01 -
System Red Green Blue C M Y K H S L
Decimal 118 2 88 0 0.98 0.25 0.54 315.52 0.97 0.24
Hex 76 2 58 0 62 19 36 13C 61 18
Octal 166 2 130 0 142 31 66 474 141 30
Binary 1110110 10 1011000 0 1100010 11001 110110 100111100 1100001 11000

Color Harmonies of #760258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760258

Black with #760258

Text Example


Text Example

White with #760258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760258; }

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

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

background-color css

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

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

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

border-color css

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

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

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