Html Css Color HEX #750B4D Tyrian Purple

📋 copy color: '#750B4D'

red 117 ◦ green 11 ◦ blue 77

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

Shades of Tyrian Purple #750B4D

Tints of Tyrian Purple #750B4D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.37%

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 57.07%
G = 5.37%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#750B4D (or 0x750B4D) is known color: Tyrian Purple. HEX triplet: 75, 0B and 4D. RGB value is (117,11,77). Sum of RGB (Red+Green+Blue) = 117+11+77=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #750B4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750B4D is #8AF4B2. Grayscale: #323232. Windows color (decimal): -9106611 or 5049205. OLE color: 5049205.

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

Color convert

RGB 117 11 77 -
CMYK 0 0.91 0.34 0.54
HSL 322.64º 0.83% 0.25% -
HSV(B) 322.64º 0.91% 0.46% -
XYZ 8.8 4.56 7.44 -
YUV 50.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 117 11 77 0 0.91 0.34 0.54 322.64 0.83 0.25
Hex 75 B 4D 0 5B 22 36 143 53 19
Octal 165 13 115 0 133 42 66 503 123 31
Binary 1110101 1011 1001101 0 1011011 100010 110110 101000011 1010011 11001

Color Harmonies of #750B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B4D

Black with #750B4D

Text Example


Text Example

White with #750B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,11,77); }

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

background-color css

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

 a { background-color: rgb(117,11,77); }

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

border-color css

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

 span { border-color: rgb(117,11,77); }

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