Html Css Color HEX #75043B Tyrian Purple

📋 copy color: '#75043B'

red 117 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #75043B

Tints of Tyrian Purple #75043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

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

R = 65%
G = 2.22%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75043B (or 0x75043B) is known color: Tyrian Purple. HEX triplet: 75, 04 and 3B. RGB value is (117,4,59). Sum of RGB (Red+Green+Blue) = 117+4+59=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75043B is #8AFBC4. Grayscale: #2B2B2B. Windows color (decimal): -9108421 or 3867765. OLE color: 3867765.

HSL color Cylindrical-coordinate representation of color #75043B: hue angle of 330.8º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75043B is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 4 59 -
CMYK 0 0.97 0.50 0.54
HSL 330.8º 0.93% 0.24% -
HSV(B) 330.8º 0.97% 0.46% -
XYZ 8.17 4.18 4.51 -
YUV 44.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 117 4 59 0 0.97 0.50 0.54 330.8 0.93 0.24
Hex 75 4 3B 0 61 32 36 14B 5D 18
Octal 165 4 73 0 141 62 66 513 135 30
Binary 1110101 100 111011 0 1100001 110010 110110 101001011 1011101 11000

Color Harmonies of #75043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75043B

Black with #75043B

Text Example


Text Example

White with #75043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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