Html Css Color HEX #750341 Tyrian Purple

📋 copy color: '#750341'

red 117 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #750341

Tints of Tyrian Purple #750341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 63.24%
G = 1.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750341 (or 0x750341) is known color: Tyrian Purple. HEX triplet: 75, 03 and 41. RGB value is (117,3,65). Sum of RGB (Red+Green+Blue) = 117+3+65=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #750341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750341 is #8AFCBE. Grayscale: #2C2C2C. Windows color (decimal): -9108671 or 4260725. OLE color: 4260725.

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

Color convert

RGB 117 3 65 -
CMYK 0 0.97 0.44 0.54
HSL 327.37º 0.95% 0.24% -
HSV(B) 327.37º 0.97% 0.46% -
XYZ 8.32 4.23 5.38 -
YUV 44.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 117 3 65 0 0.97 0.44 0.54 327.37 0.95 0.24
Hex 75 3 41 0 61 2C 36 147 5F 18
Octal 165 3 101 0 141 54 66 507 137 30
Binary 1110101 11 1000001 0 1100001 101100 110110 101000111 1011111 11000

Color Harmonies of #750341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750341

Black with #750341

Text Example


Text Example

White with #750341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750341; }

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

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

background-color css

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

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

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

border-color css

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

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

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