Html Css Color HEX #750452 Tyrian Purple

📋 copy color: '#750452'

red 117 ◦ green 4 ◦ blue 82

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

Shades of Tyrian Purple #750452

Tints of Tyrian Purple #750452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 57.64%
G = 1.97%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750452 (or 0x750452) is known color: Tyrian Purple. HEX triplet: 75, 04 and 52. RGB value is (117,4,82). Sum of RGB (Red+Green+Blue) = 117+4+82=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #750452 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750452 is #8AFBAD. Grayscale: #2E2E2E. Windows color (decimal): -9108398 or 5375093. OLE color: 5375093.

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

Color convert

RGB 117 4 82 -
CMYK 0 0.97 0.30 0.54
HSL 318.58º 0.93% 0.24% -
HSV(B) 318.58º 0.97% 0.46% -
XYZ 8.9 4.48 8.38 -
YUV 46.68 147.94 178.16 -
System Red Green Blue C M Y K H S L
Decimal 117 4 82 0 0.97 0.30 0.54 318.58 0.93 0.24
Hex 75 4 52 0 61 1E 36 13F 5D 18
Octal 165 4 122 0 141 36 66 477 135 30
Binary 1110101 100 1010010 0 1100001 11110 110110 100111111 1011101 11000

Color Harmonies of #750452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750452

Black with #750452

Text Example


Text Example

White with #750452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750452; }

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

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

background-color css

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

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

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

border-color css

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

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

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