Html Css Color HEX #750C3F Tyrian Purple

📋 copy color: '#750C3F'

red 117 ◦ green 12 ◦ blue 63

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

Shades of Tyrian Purple #750C3F

Tints of Tyrian Purple #750C3F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.25%

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

R = 60.94%
G = 6.25%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#750C3F (or 0x750C3F) is known color: Tyrian Purple. HEX triplet: 75, 0C and 3F. RGB value is (117,12,63). Sum of RGB (Red+Green+Blue) = 117+12+63=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 63 (25% from 255 or 32.81% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #750C3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C3F is #8AF3C0. Grayscale: #313131. Windows color (decimal): -9106369 or 4131957. OLE color: 4131957.

HSL color Cylindrical-coordinate representation of color #750C3F: hue angle of 330.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750C3F is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 12 63 -
CMYK 0 0.90 0.46 0.54
HSL 330.86º 0.81% 0.25% -
HSV(B) 330.86º 0.9% 0.46% -
XYZ 8.36 4.4 5.11 -
YUV 49.21 135.79 176.35 -
System Red Green Blue C M Y K H S L
Decimal 117 12 63 0 0.90 0.46 0.54 330.86 0.81 0.25
Hex 75 C 3F 0 5A 2E 36 14B 51 19
Octal 165 14 77 0 132 56 66 513 121 31
Binary 1110101 1100 111111 0 1011010 101110 110110 101001011 1010001 11001

Color Harmonies of #750C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C3F

Black with #750C3F

Text Example


Text Example

White with #750C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750C3F; }

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

 H1.HeaderClassName
 {
   color: #750C3F;
 }
 .AnyTagClassName
 {
   color: #750C3F;
 }
</style>

background-color css

<style>
 a { background-color: #750C3F; }

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

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

border-color css

<style>
 span { border-color: #750C3F; }

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

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