Html Css Color HEX #750251 Tyrian Purple

📋 copy color: '#750251'

red 117 ◦ green 2 ◦ blue 81

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

Shades of Tyrian Purple #750251

Tints of Tyrian Purple #750251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1%

 BLUE value IS 81 (32.03% from 255) = 40.5%

R = 58.5%
G = 1%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#750251 (or 0x750251) is known color: Tyrian Purple. HEX triplet: 75, 02 and 51. RGB value is (117,2,81). Sum of RGB (Red+Green+Blue) = 117+2+81=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 2 (1.17% from 255 or 1% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #750251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750251 is #8AFDAE. Grayscale: #2D2D2D. Windows color (decimal): -9108911 or 5309045. OLE color: 5309045.

HSL color Cylindrical-coordinate representation of color #750251: hue angle of 318.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750251 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 81 -
CMYK 0 0.98 0.31 0.54
HSL 318.78º 0.97% 0.23% -
HSV(B) 318.78º 0.98% 0.46% -
XYZ 8.84 4.42 8.17 -
YUV 45.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 117 2 81 0 0.98 0.31 0.54 318.78 0.97 0.23
Hex 75 2 51 0 62 1F 36 13F 61 17
Octal 165 2 121 0 142 37 66 477 141 27
Binary 1110101 10 1010001 0 1100010 11111 110110 100111111 1100001 10111

Color Harmonies of #750251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750251

Black with #750251

Text Example


Text Example

White with #750251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750251; }

 p { color: rgb(117,2,81); }

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

background-color css

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

 a { background-color: rgb(117,2,81); }

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

border-color css

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

 span { border-color: rgb(117,2,81); }

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