Html Css Color HEX #750245 Tyrian Purple

📋 copy color: '#750245'

red 117 ◦ green 2 ◦ blue 69

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

Shades of Tyrian Purple #750245

Tints of Tyrian Purple #750245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.7%

R = 62.23%
G = 1.06%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#750245 (or 0x750245) is known color: Tyrian Purple. HEX triplet: 75, 02 and 45. RGB value is (117,2,69). Sum of RGB (Red+Green+Blue) = 117+2+69=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750245 is #8AFDBA. Grayscale: #2B2B2B. Windows color (decimal): -9108923 or 4522613. OLE color: 4522613.

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

Color convert

RGB 117 2 69 -
CMYK 0 0.98 0.41 0.54
HSL 325.04º 0.97% 0.23% -
HSV(B) 325.04º 0.98% 0.46% -
XYZ 8.43 4.25 6.01 -
YUV 44.02 142.1 180.05 -
System Red Green Blue C M Y K H S L
Decimal 117 2 69 0 0.98 0.41 0.54 325.04 0.97 0.23
Hex 75 2 45 0 62 29 36 145 61 17
Octal 165 2 105 0 142 51 66 505 141 27
Binary 1110101 10 1000101 0 1100010 101001 110110 101000101 1100001 10111

Color Harmonies of #750245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750245

Black with #750245

Text Example


Text Example

White with #750245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750245; }

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

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

background-color css

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

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

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

border-color css

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

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

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