Html Css Color HEX #75013C Tyrian Purple

📋 copy color: '#75013C'

red 117 ◦ green 1 ◦ blue 60

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

Shades of Tyrian Purple #75013C

Tints of Tyrian Purple #75013C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 33.71%

R = 65.73%
G = 0.56%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75013C (or 0x75013C) is known color: Tyrian Purple. HEX triplet: 75, 01 and 3C. RGB value is (117,1,60). Sum of RGB (Red+Green+Blue) = 117+1+60=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75013C is #8AFEC3. Grayscale: #2A2A2A. Windows color (decimal): -9109188 or 3932533. OLE color: 3932533.

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

Color convert

RGB 117 1 60 -
CMYK 0 0.99 0.49 0.54
HSL 329.48º 0.98% 0.23% -
HSV(B) 329.48º 0.99% 0.46% -
XYZ 8.16 4.13 4.64 -
YUV 42.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 117 1 60 0 0.99 0.49 0.54 329.48 0.98 0.23
Hex 75 1 3C 0 63 31 36 149 62 17
Octal 165 1 74 0 143 61 66 511 142 27
Binary 1110101 1 111100 0 1100011 110001 110110 101001001 1100010 10111

Color Harmonies of #75013C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75013C

Black with #75013C

Text Example


Text Example

White with #75013C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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