Html Css Color HEX #750352 Tyrian Purple

📋 copy color: '#750352'

red 117 ◦ green 3 ◦ blue 82

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

Shades of Tyrian Purple #750352

Tints of Tyrian Purple #750352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.49%

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

R = 57.92%
G = 1.49%
B = 40.59%

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

#750352 (or 0x750352) is known color: Tyrian Purple. HEX triplet: 75, 03 and 52. RGB value is (117,3,82). Sum of RGB (Red+Green+Blue) = 117+3+82=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #750352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750352 is #8AFCAD. Grayscale: #2D2D2D. Windows color (decimal): -9108654 or 5374837. OLE color: 5374837.

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

Color convert

RGB 117 3 82 -
CMYK 0 0.97 0.30 0.54
HSL 318.42º 0.95% 0.24% -
HSV(B) 318.42º 0.97% 0.46% -
XYZ 8.89 4.46 8.37 -
YUV 46.09 148.27 178.58 -
System Red Green Blue C M Y K H S L
Decimal 117 3 82 0 0.97 0.30 0.54 318.42 0.95 0.24
Hex 75 3 52 0 61 1E 36 13E 5F 18
Octal 165 3 122 0 141 36 66 476 137 30
Binary 1110101 11 1010010 0 1100001 11110 110110 100111110 1011111 11000

Color Harmonies of #750352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750352

Black with #750352

Text Example


Text Example

White with #750352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750352; }

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

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

background-color css

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

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

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

border-color css

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

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

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