Html Css Color HEX #75053D Tyrian Purple

📋 copy color: '#75053D'

red 117 ◦ green 5 ◦ blue 61

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

Shades of Tyrian Purple #75053D

Tints of Tyrian Purple #75053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.33%

R = 63.93%
G = 2.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75053D (or 0x75053D) is known color: Tyrian Purple. HEX triplet: 75, 05 and 3D. RGB value is (117,5,61). Sum of RGB (Red+Green+Blue) = 117+5+61=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75053D is #8AFAC2. Grayscale: #2C2C2C. Windows color (decimal): -9108163 or 3999093. OLE color: 3999093.

HSL color Cylindrical-coordinate representation of color #75053D: hue angle of 330º 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 #75053D is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 5 61 -
CMYK 0 0.96 0.48 0.54
HSL 330º 0.92% 0.24% -
HSV(B) 330º 0.96% 0.46% -
XYZ 8.23 4.23 4.8 -
YUV 44.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 117 5 61 0 0.96 0.48 0.54 330 0.92 0.24
Hex 75 5 3D 0 60 30 36 14A 5C 18
Octal 165 5 75 0 140 60 66 512 134 30
Binary 1110101 101 111101 0 1100000 110000 110110 101001010 1011100 11000

Color Harmonies of #75053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75053D

Black with #75053D

Text Example


Text Example

White with #75053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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