Html Css Color HEX #750152 Tyrian Purple

📋 copy color: '#750152'

red 117 ◦ green 1 ◦ blue 82

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

Shades of Tyrian Purple #750152

Tints of Tyrian Purple #750152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 58.5%
G = 0.5%
B = 41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#750152 (or 0x750152) is known color: Tyrian Purple. HEX triplet: 75, 01 and 52. RGB value is (117,1,82). Sum of RGB (Red+Green+Blue) = 117+1+82=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #750152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750152 is #8AFEAD. Grayscale: #2C2C2C. Windows color (decimal): -9109166 or 5374325. OLE color: 5374325.

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

Color convert

RGB 117 1 82 -
CMYK 0 0.99 0.30 0.54
HSL 318.1º 0.98% 0.23% -
HSV(B) 318.1º 0.99% 0.46% -
XYZ 8.87 4.41 8.37 -
YUV 44.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 117 1 82 0 0.99 0.30 0.54 318.1 0.98 0.23
Hex 75 1 52 0 63 1E 36 13E 62 17
Octal 165 1 122 0 143 36 66 476 142 27
Binary 1110101 1 1010010 0 1100011 11110 110110 100111110 1100010 10111

Color Harmonies of #750152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750152

Black with #750152

Text Example


Text Example

White with #750152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750152; }

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

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

background-color css

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

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

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

border-color css

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

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

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