Html Css Color HEX #760353 Tyrian Purple

📋 copy color: '#760353'

red 118 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #760353

Tints of Tyrian Purple #760353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 57.84%
G = 1.47%
B = 40.69%

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

#760353 (or 0x760353) is known color: Tyrian Purple. HEX triplet: 76, 03 and 53. RGB value is (118,3,83). Sum of RGB (Red+Green+Blue) = 118+3+83=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #760353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760353 is #89FCAC. Grayscale: #2E2E2E. Windows color (decimal): -9043117 or 5440374. OLE color: 5440374.

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

Color convert

RGB 118 3 83 -
CMYK 0 0.97 0.30 0.54
HSL 318.26º 0.95% 0.24% -
HSV(B) 318.26º 0.97% 0.46% -
XYZ 9.07 4.54 8.58 -
YUV 46.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 118 3 83 0 0.97 0.30 0.54 318.26 0.95 0.24
Hex 76 3 53 0 61 1E 36 13E 5F 18
Octal 166 3 123 0 141 36 66 476 137 30
Binary 1110110 11 1010011 0 1100001 11110 110110 100111110 1011111 11000

Color Harmonies of #760353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760353

Black with #760353

Text Example


Text Example

White with #760353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760353; }

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

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

background-color css

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

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

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

border-color css

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

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

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