Html Css Color HEX #750239 Tyrian Purple

📋 copy color: '#750239'

red 117 ◦ green 2 ◦ blue 57

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

Shades of Tyrian Purple #750239

Tints of Tyrian Purple #750239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 32.39%

R = 66.48%
G = 1.14%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#750239 (or 0x750239) is known color: Tyrian Purple. HEX triplet: 75, 02 and 39. RGB value is (117,2,57). Sum of RGB (Red+Green+Blue) = 117+2+57=176 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.48% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 117 - color contains mainly: red. Hex color #750239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750239 is #8AFDC6. Grayscale: #2A2A2A. Windows color (decimal): -9108935 or 3736181. OLE color: 3736181.

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

Color convert

RGB 117 2 57 -
CMYK 0 0.98 0.51 0.54
HSL 331.3º 0.97% 0.23% -
HSV(B) 331.3º 0.98% 0.46% -
XYZ 8.1 4.12 4.24 -
YUV 42.66 136.1 181.03 -
System Red Green Blue C M Y K H S L
Decimal 117 2 57 0 0.98 0.51 0.54 331.3 0.97 0.23
Hex 75 2 39 0 62 33 36 14B 61 17
Octal 165 2 71 0 142 63 66 513 141 27
Binary 1110101 10 111001 0 1100010 110011 110110 101001011 1100001 10111

Color Harmonies of #750239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750239

Black with #750239

Text Example


Text Example

White with #750239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750239; }

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

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

background-color css

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

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

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

border-color css

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

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

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