Html Css Color HEX #760148 Tyrian Purple

📋 copy color: '#760148'

red 118 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #760148

Tints of Tyrian Purple #760148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

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

R = 61.78%
G = 0.52%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#760148 (or 0x760148) is known color: Tyrian Purple. HEX triplet: 76, 01 and 48. RGB value is (118,1,72). Sum of RGB (Red+Green+Blue) = 118+1+72=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #760148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760148 is #89FEB7. Grayscale: #2B2B2B. Windows color (decimal): -9043640 or 4718966. OLE color: 4718966.

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

Color convert

RGB 118 1 72 -
CMYK 0 0.99 0.39 0.54
HSL 323.59º 0.98% 0.23% -
HSV(B) 323.59º 0.99% 0.46% -
XYZ 8.65 4.34 6.51 -
YUV 44.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 118 1 72 0 0.99 0.39 0.54 323.59 0.98 0.23
Hex 76 1 48 0 63 27 36 144 62 17
Octal 166 1 110 0 143 47 66 504 142 27
Binary 1110110 1 1001000 0 1100011 100111 110110 101000100 1100010 10111

Color Harmonies of #760148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760148

Black with #760148

Text Example


Text Example

White with #760148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760148; }

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

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

background-color css

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

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

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

border-color css

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

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

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