Html Css Color HEX #750254 Tyrian Purple

📋 copy color: '#750254'

red 117 ◦ green 2 ◦ blue 84

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

Shades of Tyrian Purple #750254

Tints of Tyrian Purple #750254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 57.64%
G = 0.99%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#750254 (or 0x750254) is known color: Tyrian Purple. HEX triplet: 75, 02 and 54. RGB value is (117,2,84). Sum of RGB (Red+Green+Blue) = 117+2+84=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750254 is #8AFDAB. Grayscale: #2D2D2D. Windows color (decimal): -9108908 or 5505653. OLE color: 5505653.

HSL color Cylindrical-coordinate representation of color #750254: hue angle of 317.22º 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 #750254 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 84 -
CMYK 0 0.98 0.28 0.54
HSL 317.22º 0.97% 0.23% -
HSV(B) 317.22º 0.98% 0.46% -
XYZ 8.96 4.47 8.78 -
YUV 45.73 149.6 178.83 -
System Red Green Blue C M Y K H S L
Decimal 117 2 84 0 0.98 0.28 0.54 317.22 0.97 0.23
Hex 75 2 54 0 62 1C 36 13D 61 17
Octal 165 2 124 0 142 34 66 475 141 27
Binary 1110101 10 1010100 0 1100010 11100 110110 100111101 1100001 10111

Color Harmonies of #750254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750254

Black with #750254

Text Example


Text Example

White with #750254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750254; }

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

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

background-color css

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

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

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

border-color css

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

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

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