Html Css Color HEX #75013F Tyrian Purple

📋 copy color: '#75013F'

red 117 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #75013F

Tints of Tyrian Purple #75013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.81%

R = 64.64%
G = 0.55%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#75013F (or 0x75013F) is known color: Tyrian Purple. HEX triplet: 75, 01 and 3F. RGB value is (117,1,63). Sum of RGB (Red+Green+Blue) = 117+1+63=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75013F is #8AFEC0. Grayscale: #2A2A2A. Windows color (decimal): -9109185 or 4129141. OLE color: 4129141.

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

Color convert

RGB 117 1 63 -
CMYK 0 0.99 0.46 0.54
HSL 327.93º 0.98% 0.23% -
HSV(B) 327.93º 0.99% 0.46% -
XYZ 8.24 4.16 5.07 -
YUV 42.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 117 1 63 0 0.99 0.46 0.54 327.93 0.98 0.23
Hex 75 1 3F 0 63 2E 36 148 62 17
Octal 165 1 77 0 143 56 66 510 142 27
Binary 1110101 1 111111 0 1100011 101110 110110 101001000 1100010 10111

Color Harmonies of #75013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75013F

Black with #75013F

Text Example


Text Example

White with #75013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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