Html Css Color HEX #760253 Tyrian Purple

📋 copy color: '#760253'

red 118 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #760253

Tints of Tyrian Purple #760253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 58.13%
G = 0.99%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#760253 (or 0x760253) is known color: Tyrian Purple. HEX triplet: 76, 02 and 53. RGB value is (118,2,83). Sum of RGB (Red+Green+Blue) = 118+2+83=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760253 is #89FDAC. Grayscale: #2D2D2D. Windows color (decimal): -9043373 or 5440118. OLE color: 5440118.

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

Color convert

RGB 118 2 83 -
CMYK 0 0.98 0.30 0.54
HSL 318.1º 0.97% 0.24% -
HSV(B) 318.1º 0.98% 0.46% -
XYZ 9.05 4.52 8.58 -
YUV 45.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 118 2 83 0 0.98 0.30 0.54 318.1 0.97 0.24
Hex 76 2 53 0 62 1E 36 13E 61 18
Octal 166 2 123 0 142 36 66 476 141 30
Binary 1110110 10 1010011 0 1100010 11110 110110 100111110 1100001 11000

Color Harmonies of #760253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760253

Black with #760253

Text Example


Text Example

White with #760253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760253; }

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

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

background-color css

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

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

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

border-color css

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

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

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