Html Css Color HEX #760453 Tyrian Purple

📋 copy color: '#760453'

red 118 ◦ green 4 ◦ blue 83

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

Shades of Tyrian Purple #760453

Tints of Tyrian Purple #760453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

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

R = 57.56%
G = 1.95%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#760453 (or 0x760453) is known color: Tyrian Purple. HEX triplet: 76, 04 and 53. RGB value is (118,4,83). Sum of RGB (Red+Green+Blue) = 118+4+83=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760453 is #89FBAC. Grayscale: #2E2E2E. Windows color (decimal): -9042861 or 5440630. OLE color: 5440630.

HSL color Cylindrical-coordinate representation of color #760453: hue angle of 318.42º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760453 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 83 -
CMYK 0 0.97 0.30 0.54
HSL 318.42º 0.93% 0.24% -
HSV(B) 318.42º 0.97% 0.46% -
XYZ 9.08 4.56 8.59 -
YUV 47.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 118 4 83 0 0.97 0.30 0.54 318.42 0.93 0.24
Hex 76 4 53 0 61 1E 36 13E 5D 18
Octal 166 4 123 0 141 36 66 476 135 30
Binary 1110110 100 1010011 0 1100001 11110 110110 100111110 1011101 11000

Color Harmonies of #760453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760453

Black with #760453

Text Example


Text Example

White with #760453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760453; }

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

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

background-color css

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

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

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

border-color css

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

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

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