Html Css Color HEX #75013E Tyrian Purple

📋 copy color: '#75013E'

red 117 ◦ green 1 ◦ blue 62

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

Shades of Tyrian Purple #75013E

Tints of Tyrian Purple #75013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 65%
G = 0.56%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#75013E (or 0x75013E) is known color: Tyrian Purple. HEX triplet: 75, 01 and 3E. RGB value is (117,1,62). Sum of RGB (Red+Green+Blue) = 117+1+62=180 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 117 - color contains mainly: red. Hex color #75013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75013E is #8AFEC1. Grayscale: #2A2A2A. Windows color (decimal): -9109186 or 4063605. OLE color: 4063605.

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

Color convert

RGB 117 1 62 -
CMYK 0 0.99 0.47 0.54
HSL 328.45º 0.98% 0.23% -
HSV(B) 328.45º 0.99% 0.46% -
XYZ 8.22 4.15 4.93 -
YUV 42.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 117 1 62 0 0.99 0.47 0.54 328.45 0.98 0.23
Hex 75 1 3E 0 63 2F 36 148 62 17
Octal 165 1 76 0 143 57 66 510 142 27
Binary 1110101 1 111110 0 1100011 101111 110110 101001000 1100010 10111

Color Harmonies of #75013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75013E

Black with #75013E

Text Example


Text Example

White with #75013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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