Html Css Color HEX #75013D Tyrian Purple

📋 copy color: '#75013D'

red 117 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #75013D

Tints of Tyrian Purple #75013D

RGB

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

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

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

R = 65.36%
G = 0.56%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#75013D (or 0x75013D) is known color: Tyrian Purple. HEX triplet: 75, 01 and 3D. RGB value is (117,1,61). Sum of RGB (Red+Green+Blue) = 117+1+61=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75013D is #8AFEC2. Grayscale: #2A2A2A. Windows color (decimal): -9109187 or 3998069. OLE color: 3998069.

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

Color convert

RGB 117 1 61 -
CMYK 0 0.99 0.48 0.54
HSL 328.97º 0.98% 0.23% -
HSV(B) 328.97º 0.99% 0.46% -
XYZ 8.19 4.14 4.78 -
YUV 42.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 117 1 61 0 0.99 0.48 0.54 328.97 0.98 0.23
Hex 75 1 3D 0 63 30 36 149 62 17
Octal 165 1 75 0 143 60 66 511 142 27
Binary 1110101 1 111101 0 1100011 110000 110110 101001001 1100010 10111

Color Harmonies of #75013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75013D

Black with #75013D

Text Example


Text Example

White with #75013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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