Html Css Color HEX #750353 Tyrian Purple

📋 copy color: '#750353'

red 117 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #750353

Tints of Tyrian Purple #750353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.89%

R = 57.64%
G = 1.48%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#750353 (or 0x750353) is known color: Tyrian Purple. HEX triplet: 75, 03 and 53. RGB value is (117,3,83). Sum of RGB (Red+Green+Blue) = 117+3+83=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750353 is #8AFCAC. Grayscale: #2E2E2E. Windows color (decimal): -9108653 or 5440373. OLE color: 5440373.

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

Color convert

RGB 117 3 83 -
CMYK 0 0.97 0.29 0.54
HSL 317.89º 0.95% 0.24% -
HSV(B) 317.89º 0.97% 0.46% -
XYZ 8.93 4.47 8.58 -
YUV 46.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 117 3 83 0 0.97 0.29 0.54 317.89 0.95 0.24
Hex 75 3 53 0 61 1D 36 13E 5F 18
Octal 165 3 123 0 141 35 66 476 137 30
Binary 1110101 11 1010011 0 1100001 11101 110110 100111110 1011111 11000

Color Harmonies of #750353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750353

Black with #750353

Text Example


Text Example

White with #750353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750353; }

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

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

background-color css

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

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

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

border-color css

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

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

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