Html Css Color HEX #750153 Tyrian Purple

📋 copy color: '#750153'

red 117 ◦ green 1 ◦ blue 83

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

Shades of Tyrian Purple #750153

Tints of Tyrian Purple #750153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 58.21%
G = 0.5%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#750153 (or 0x750153) is known color: Tyrian Purple. HEX triplet: 75, 01 and 53. RGB value is (117,1,83). Sum of RGB (Red+Green+Blue) = 117+1+83=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #750153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750153 is #8AFEAC. Grayscale: #2C2C2C. Windows color (decimal): -9109165 or 5439861. OLE color: 5439861.

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

Color convert

RGB 117 1 83 -
CMYK 0 0.99 0.29 0.54
HSL 317.59º 0.98% 0.23% -
HSV(B) 317.59º 0.99% 0.46% -
XYZ 8.91 4.43 8.57 -
YUV 45.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 117 1 83 0 0.99 0.29 0.54 317.59 0.98 0.23
Hex 75 1 53 0 63 1D 36 13E 62 17
Octal 165 1 123 0 143 35 66 476 142 27
Binary 1110101 1 1010011 0 1100011 11101 110110 100111110 1100010 10111

Color Harmonies of #750153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750153

Black with #750153

Text Example


Text Example

White with #750153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750153; }

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

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

background-color css

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

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

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

border-color css

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

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

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