Html Css Color HEX #75053B Tyrian Purple

📋 copy color: '#75053B'

red 117 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #75053B

Tints of Tyrian Purple #75053B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 32.6%

R = 64.64%
G = 2.76%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75053B (or 0x75053B) is known color: Tyrian Purple. HEX triplet: 75, 05 and 3B. RGB value is (117,5,59). Sum of RGB (Red+Green+Blue) = 117+5+59=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75053B is #8AFAC4. Grayscale: #2C2C2C. Windows color (decimal): -9108165 or 3868021. OLE color: 3868021.

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

Color convert

RGB 117 5 59 -
CMYK 0 0.96 0.50 0.54
HSL 331.07º 0.92% 0.24% -
HSV(B) 331.07º 0.96% 0.46% -
XYZ 8.18 4.21 4.52 -
YUV 44.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 117 5 59 0 0.96 0.50 0.54 331.07 0.92 0.24
Hex 75 5 3B 0 60 32 36 14B 5C 18
Octal 165 5 73 0 140 62 66 513 134 30
Binary 1110101 101 111011 0 1100000 110010 110110 101001011 1011100 11000

Color Harmonies of #75053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75053B

Black with #75053B

Text Example


Text Example

White with #75053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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