Html Css Color HEX #750438 Tyrian Purple

📋 copy color: '#750438'

red 117 ◦ green 4 ◦ blue 56

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

Shades of Tyrian Purple #750438

Tints of Tyrian Purple #750438

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.26%

 BLUE value IS 56 (22.27% from 255) = 31.64%

R = 66.1%
G = 2.26%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#750438 (or 0x750438) is known color: Tyrian Purple. HEX triplet: 75, 04 and 38. RGB value is (117,4,56). Sum of RGB (Red+Green+Blue) = 117+4+56=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #750438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750438 is #8AFBC7. Grayscale: #2B2B2B. Windows color (decimal): -9108424 or 3671157. OLE color: 3671157.

HSL color Cylindrical-coordinate representation of color #750438: hue angle of 332.39º degrees, saturation: 0.93, 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 #750438 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 56 -
CMYK 0 0.97 0.52 0.54
HSL 332.39º 0.93% 0.24% -
HSV(B) 332.39º 0.97% 0.46% -
XYZ 8.09 4.15 4.12 -
YUV 43.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 117 4 56 0 0.97 0.52 0.54 332.39 0.93 0.24
Hex 75 4 38 0 61 34 36 14C 5D 18
Octal 165 4 70 0 141 64 66 514 135 30
Binary 1110101 100 111000 0 1100001 110100 110110 101001100 1011101 11000

Color Harmonies of #750438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750438

Black with #750438

Text Example


Text Example

White with #750438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750438; }

 p { color: rgb(117,4,56); }

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

background-color css

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

 a { background-color: rgb(117,4,56); }

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

border-color css

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

 span { border-color: rgb(117,4,56); }

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