Html Css Color HEX #760948 Tyrian Purple

📋 copy color: '#760948'

red 118 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #760948

Tints of Tyrian Purple #760948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

 BLUE value IS 72 (28.52% from 255) = 36.18%

R = 59.3%
G = 4.52%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#760948 (or 0x760948) is known color: Tyrian Purple. HEX triplet: 76, 09 and 48. RGB value is (118,9,72). Sum of RGB (Red+Green+Blue) = 118+9+72=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #760948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760948 is #89F6B7. Grayscale: #303030. Windows color (decimal): -9041592 or 4721014. OLE color: 4721014.

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

Color convert

RGB 118 9 72 -
CMYK 0 0.92 0.39 0.54
HSL 325.32º 0.86% 0.25% -
HSV(B) 325.32º 0.92% 0.46% -
XYZ 8.74 4.51 6.54 -
YUV 48.77 141.11 177.38 -
System Red Green Blue C M Y K H S L
Decimal 118 9 72 0 0.92 0.39 0.54 325.32 0.86 0.25
Hex 76 9 48 0 5C 27 36 145 56 19
Octal 166 11 110 0 134 47 66 505 126 31
Binary 1110110 1001 1001000 0 1011100 100111 110110 101000101 1010110 11001

Color Harmonies of #760948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760948

Black with #760948

Text Example


Text Example

White with #760948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760948; }

 p { color: rgb(118,9,72); }

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

background-color css

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

 a { background-color: rgb(118,9,72); }

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

border-color css

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

 span { border-color: rgb(118,9,72); }

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