Html Css Color HEX #750246 Tyrian Purple

📋 copy color: '#750246'

red 117 ◦ green 2 ◦ blue 70

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

Shades of Tyrian Purple #750246

Tints of Tyrian Purple #750246

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 70 (27.73% from 255) = 37.04%

R = 61.9%
G = 1.06%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#750246 (or 0x750246) is known color: Tyrian Purple. HEX triplet: 75, 02 and 46. RGB value is (117,2,70). Sum of RGB (Red+Green+Blue) = 117+2+70=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750246 is #8AFDB9. Grayscale: #2B2B2B. Windows color (decimal): -9108922 or 4588149. OLE color: 4588149.

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

Color convert

RGB 117 2 70 -
CMYK 0 0.98 0.40 0.54
HSL 324.52º 0.97% 0.23% -
HSV(B) 324.52º 0.98% 0.46% -
XYZ 8.46 4.27 6.17 -
YUV 44.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 117 2 70 0 0.98 0.40 0.54 324.52 0.97 0.23
Hex 75 2 46 0 62 28 36 145 61 17
Octal 165 2 106 0 142 50 66 505 141 27
Binary 1110101 10 1000110 0 1100010 101000 110110 101000101 1100001 10111

Color Harmonies of #750246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750246

Black with #750246

Text Example


Text Example

White with #750246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750246; }

 p { color: rgb(117,2,70); }

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

background-color css

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

 a { background-color: rgb(117,2,70); }

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

border-color css

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

 span { border-color: rgb(117,2,70); }

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