Html Css Color HEX #750548 Tyrian Purple

📋 copy color: '#750548'

red 117 ◦ green 5 ◦ blue 72

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

Shades of Tyrian Purple #750548

Tints of Tyrian Purple #750548

RGB

 RED value IS 117 (46.09% from 255) = 60.31%

 GREEN value IS 5 (2.34% from 255) = 2.58%

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

R = 60.31%
G = 2.58%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#750548 (or 0x750548) is known color: Tyrian Purple. HEX triplet: 75, 05 and 48. RGB value is (117,5,72). Sum of RGB (Red+Green+Blue) = 117+5+72=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #750548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750548 is #8AFAB7. Grayscale: #2D2D2D. Windows color (decimal): -9108152 or 4719989. OLE color: 4719989.

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

Color convert

RGB 117 5 72 -
CMYK 0 0.96 0.38 0.54
HSL 324.11º 0.92% 0.24% -
HSV(B) 324.11º 0.96% 0.46% -
XYZ 8.56 4.36 6.52 -
YUV 46.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 117 5 72 0 0.96 0.38 0.54 324.11 0.92 0.24
Hex 75 5 48 0 60 26 36 144 5C 18
Octal 165 5 110 0 140 46 66 504 134 30
Binary 1110101 101 1001000 0 1100000 100110 110110 101000100 1011100 11000

Color Harmonies of #750548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750548

Black with #750548

Text Example


Text Example

White with #750548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750548; }

 p { color: rgb(117,5,72); }

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

background-color css

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

 a { background-color: rgb(117,5,72); }

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

border-color css

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

 span { border-color: rgb(117,5,72); }

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