Html Css Color HEX #750354 Tyrian Purple

📋 copy color: '#750354'

red 117 ◦ green 3 ◦ blue 84

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

Shades of Tyrian Purple #750354

Tints of Tyrian Purple #750354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 57.35%
G = 1.47%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#750354 (or 0x750354) is known color: Tyrian Purple. HEX triplet: 75, 03 and 54. RGB value is (117,3,84). Sum of RGB (Red+Green+Blue) = 117+3+84=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #750354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750354 is #8AFCAB. Grayscale: #2E2E2E. Windows color (decimal): -9108652 or 5505909. OLE color: 5505909.

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

Color convert

RGB 117 3 84 -
CMYK 0 0.97 0.28 0.54
HSL 317.37º 0.95% 0.24% -
HSV(B) 317.37º 0.97% 0.46% -
XYZ 8.97 4.49 8.78 -
YUV 46.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 117 3 84 0 0.97 0.28 0.54 317.37 0.95 0.24
Hex 75 3 54 0 61 1C 36 13D 5F 18
Octal 165 3 124 0 141 34 66 475 137 30
Binary 1110101 11 1010100 0 1100001 11100 110110 100111101 1011111 11000

Color Harmonies of #750354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750354

Black with #750354

Text Example


Text Example

White with #750354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750354; }

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

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

background-color css

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

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

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

border-color css

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

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

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