Html Css Color HEX #75084D Tyrian Purple

📋 copy color: '#75084D'

red 117 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #75084D

Tints of Tyrian Purple #75084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.96%

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

R = 57.92%
G = 3.96%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75084D (or 0x75084D) is known color: Tyrian Purple. HEX triplet: 75, 08 and 4D. RGB value is (117,8,77). Sum of RGB (Red+Green+Blue) = 117+8+77=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75084D is #8AF7B2. Grayscale: #303030. Windows color (decimal): -9107379 or 5048437. OLE color: 5048437.

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

Color convert

RGB 117 8 77 -
CMYK 0 0.93 0.34 0.54
HSL 322.02º 0.87% 0.25% -
HSV(B) 322.02º 0.93% 0.46% -
XYZ 8.76 4.49 7.43 -
YUV 48.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 117 8 77 0 0.93 0.34 0.54 322.02 0.87 0.25
Hex 75 8 4D 0 5D 22 36 142 57 19
Octal 165 10 115 0 135 42 66 502 127 31
Binary 1110101 1000 1001101 0 1011101 100010 110110 101000010 1010111 11001

Color Harmonies of #75084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75084D

Black with #75084D

Text Example


Text Example

White with #75084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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