Html Css Color HEX #750052 Tyrian Purple

📋 copy color: '#750052'

red 117 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #750052

Tints of Tyrian Purple #750052

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.79%
G = 0%
B = 41.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750052 (or 0x750052) is known color: Tyrian Purple. HEX triplet: 75, 00 and 52. RGB value is (117,0,82). Sum of RGB (Red+Green+Blue) = 117+0+82=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #750052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750052 is #8AFFAD. Grayscale: #2C2C2C. Windows color (decimal): -9109422 or 5374069. OLE color: 5374069.

HSL color Cylindrical-coordinate representation of color #750052: hue angle of 317.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750052 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 82 -
CMYK 0 1 0.30 0.54
HSL 317.95º 1% 0.23% -
HSV(B) 317.95º 1% 0.46% -
XYZ 8.86 4.39 8.36 -
YUV 44.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 117 0 82 0 1 0.30 0.54 317.95 1 0.23
Hex 75 0 52 0 64 1E 36 13E 64 17
Octal 165 0 122 0 144 36 66 476 144 27
Binary 1110101 0 1010010 0 1100100 11110 110110 100111110 1100100 10111

Color Harmonies of #750052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750052

Black with #750052

Text Example


Text Example

White with #750052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750052; }

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

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

background-color css

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

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

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

border-color css

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

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

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