Html Css Color HEX #75013B Tyrian Purple

📋 copy color: '#75013B'

red 117 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #75013B

Tints of Tyrian Purple #75013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 66.1%
G = 0.56%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#75013B (or 0x75013B) is known color: Tyrian Purple. HEX triplet: 75, 01 and 3B. RGB value is (117,1,59). Sum of RGB (Red+Green+Blue) = 117+1+59=177 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.10% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 117 - color contains mainly: red. Hex color #75013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75013B is #8AFEC4. Grayscale: #2A2A2A. Windows color (decimal): -9109189 or 3866997. OLE color: 3866997.

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

Color convert

RGB 117 1 59 -
CMYK 0 0.99 0.50 0.54
HSL 330º 0.98% 0.23% -
HSV(B) 330º 0.99% 0.46% -
XYZ 8.14 4.12 4.5 -
YUV 42.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 117 1 59 0 0.99 0.50 0.54 330 0.98 0.23
Hex 75 1 3B 0 63 32 36 14A 62 17
Octal 165 1 73 0 143 62 66 512 142 27
Binary 1110101 1 111011 0 1100011 110010 110110 101001010 1100010 10111

Color Harmonies of #75013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75013B

Black with #75013B

Text Example


Text Example

White with #75013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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