Html Css Color HEX #75084B Tyrian Purple

📋 copy color: '#75084B'

red 117 ◦ green 8 ◦ blue 75

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

Shades of Tyrian Purple #75084B

Tints of Tyrian Purple #75084B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.5%

R = 58.5%
G = 4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#75084B (or 0x75084B) is known color: Tyrian Purple. HEX triplet: 75, 08 and 4B. RGB value is (117,8,75). Sum of RGB (Red+Green+Blue) = 117+8+75=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75084B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75084B is #8AF7B4. Grayscale: #303030. Windows color (decimal): -9107381 or 4917365. OLE color: 4917365.

HSL color Cylindrical-coordinate representation of color #75084B: hue angle of 323.12º 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 #75084B is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 75 -
CMYK 0 0.93 0.36 0.54
HSL 323.12º 0.87% 0.25% -
HSV(B) 323.12º 0.93% 0.46% -
XYZ 8.69 4.46 7.06 -
YUV 48.23 143.11 177.05 -
System Red Green Blue C M Y K H S L
Decimal 117 8 75 0 0.93 0.36 0.54 323.12 0.87 0.25
Hex 75 8 4B 0 5D 24 36 143 57 19
Octal 165 10 113 0 135 44 66 503 127 31
Binary 1110101 1000 1001011 0 1011101 100100 110110 101000011 1010111 11001

Color Harmonies of #75084B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75084B

Black with #75084B

Text Example


Text Example

White with #75084B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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