Html Css Color HEX #75094D Tyrian Purple

📋 copy color: '#75094D'

red 117 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #75094D

Tints of Tyrian Purple #75094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 57.64%
G = 4.43%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75094D (or 0x75094D) is known color: Tyrian Purple. HEX triplet: 75, 09 and 4D. RGB value is (117,9,77). Sum of RGB (Red+Green+Blue) = 117+9+77=203 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.64% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 117 - color contains mainly: red. Hex color #75094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75094D is #8AF6B2. Grayscale: #303030. Windows color (decimal): -9107123 or 5048693. OLE color: 5048693.

HSL color Cylindrical-coordinate representation of color #75094D: hue angle of 322.22º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75094D is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 77 -
CMYK 0 0.92 0.34 0.54
HSL 322.22º 0.86% 0.25% -
HSV(B) 322.22º 0.92% 0.46% -
XYZ 8.77 4.51 7.43 -
YUV 49.04 143.78 176.47 -
System Red Green Blue C M Y K H S L
Decimal 117 9 77 0 0.92 0.34 0.54 322.22 0.86 0.25
Hex 75 9 4D 0 5C 22 36 142 56 19
Octal 165 11 115 0 134 42 66 502 126 31
Binary 1110101 1001 1001101 0 1011100 100010 110110 101000010 1010110 11001

Color Harmonies of #75094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75094D

Black with #75094D

Text Example


Text Example

White with #75094D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75094D; }

 p { color: rgb(117,9,77); }

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

background-color css

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

 a { background-color: rgb(117,9,77); }

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

border-color css

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

 span { border-color: rgb(117,9,77); }

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