Html Css Color HEX #750240 Tyrian Purple

📋 copy color: '#750240'

red 117 ◦ green 2 ◦ blue 64

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

Shades of Tyrian Purple #750240

Tints of Tyrian Purple #750240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 63.93%
G = 1.09%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#750240 (or 0x750240) is known color: Tyrian Purple. HEX triplet: 75, 02 and 40. RGB value is (117,2,64). Sum of RGB (Red+Green+Blue) = 117+2+64=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #750240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750240 is #8AFDBF. Grayscale: #2B2B2B. Windows color (decimal): -9108928 or 4194933. OLE color: 4194933.

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

Color convert

RGB 117 2 64 -
CMYK 0 0.98 0.45 0.54
HSL 327.65º 0.97% 0.23% -
HSV(B) 327.65º 0.98% 0.46% -
XYZ 8.28 4.2 5.22 -
YUV 43.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 117 2 64 0 0.98 0.45 0.54 327.65 0.97 0.23
Hex 75 2 40 0 62 2D 36 148 61 17
Octal 165 2 100 0 142 55 66 510 141 27
Binary 1110101 10 1000000 0 1100010 101101 110110 101001000 1100001 10111

Color Harmonies of #750240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750240

Black with #750240

Text Example


Text Example

White with #750240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750240; }

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

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

background-color css

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

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

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

border-color css

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

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

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