Html Css Color HEX #75053E Tyrian Purple

📋 copy color: '#75053E'

red 117 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #75053E

Tints of Tyrian Purple #75053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.72%

 BLUE value IS 62 (24.61% from 255) = 33.7%

R = 63.59%
G = 2.72%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75053E (or 0x75053E) is known color: Tyrian Purple. HEX triplet: 75, 05 and 3E. RGB value is (117,5,62). Sum of RGB (Red+Green+Blue) = 117+5+62=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75053E is #8AFAC1. Grayscale: #2C2C2C. Windows color (decimal): -9108162 or 4064629. OLE color: 4064629.

HSL color Cylindrical-coordinate representation of color #75053E: hue angle of 329.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75053E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 62 -
CMYK 0 0.96 0.47 0.54
HSL 329.46º 0.92% 0.24% -
HSV(B) 329.46º 0.96% 0.46% -
XYZ 8.26 4.24 4.94 -
YUV 44.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 117 5 62 0 0.96 0.47 0.54 329.46 0.92 0.24
Hex 75 5 3E 0 60 2F 36 149 5C 18
Octal 165 5 76 0 140 57 66 511 134 30
Binary 1110101 101 111110 0 1100000 101111 110110 101001001 1011100 11000

Color Harmonies of #75053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75053E

Black with #75053E

Text Example


Text Example

White with #75053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75053E; }

 p { color: rgb(117,5,62); }

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

background-color css

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

 a { background-color: rgb(117,5,62); }

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

border-color css

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

 span { border-color: rgb(117,5,62); }

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