Html Css Color HEX #750241 Tyrian Purple

📋 copy color: '#750241'

red 117 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #750241

Tints of Tyrian Purple #750241

RGB

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

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

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

R = 63.59%
G = 1.09%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#750241 (or 0x750241) is known color: Tyrian Purple. HEX triplet: 75, 02 and 41. RGB value is (117,2,65). Sum of RGB (Red+Green+Blue) = 117+2+65=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #750241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750241 is #8AFDBE. Grayscale: #2B2B2B. Windows color (decimal): -9108927 or 4260469. OLE color: 4260469.

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

Color convert

RGB 117 2 65 -
CMYK 0 0.98 0.44 0.54
HSL 327.13º 0.97% 0.23% -
HSV(B) 327.13º 0.98% 0.46% -
XYZ 8.31 4.21 5.37 -
YUV 43.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 117 2 65 0 0.98 0.44 0.54 327.13 0.97 0.23
Hex 75 2 41 0 62 2C 36 147 61 17
Octal 165 2 101 0 142 54 66 507 141 27
Binary 1110101 10 1000001 0 1100010 101100 110110 101000111 1100001 10111

Color Harmonies of #750241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750241

Black with #750241

Text Example


Text Example

White with #750241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750241; }

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

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

background-color css

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

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

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

border-color css

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

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

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