Html Css Color HEX #75075A Tyrian Purple

📋 copy color: '#75075A'

red 117 ◦ green 7 ◦ blue 90

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

Shades of Tyrian Purple #75075A

Tints of Tyrian Purple #75075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.27%

 BLUE value IS 90 (35.55% from 255) = 42.06%

R = 54.67%
G = 3.27%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75075A (or 0x75075A) is known color: Tyrian Purple. HEX triplet: 75, 07 and 5A. RGB value is (117,7,90). Sum of RGB (Red+Green+Blue) = 117+7+90=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75075A is #8AF8A5. Grayscale: #313131. Windows color (decimal): -9107622 or 5900149. OLE color: 5900149.

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

Color convert

RGB 117 7 90 -
CMYK 0 0.94 0.23 0.54
HSL 314.73º 0.89% 0.24% -
HSV(B) 314.73º 0.94% 0.46% -
XYZ 9.26 4.67 10.09 -
YUV 49.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 117 7 90 0 0.94 0.23 0.54 314.73 0.89 0.24
Hex 75 7 5A 0 5E 17 36 13B 59 18
Octal 165 7 132 0 136 27 66 473 131 30
Binary 1110101 111 1011010 0 1011110 10111 110110 100111011 1011001 11000

Color Harmonies of #75075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75075A

Black with #75075A

Text Example


Text Example

White with #75075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75075A; }

 p { color: rgb(117,7,90); }

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

background-color css

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

 a { background-color: rgb(117,7,90); }

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

border-color css

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

 span { border-color: rgb(117,7,90); }

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