Html Css Color HEX #750855 Tyrian Purple

📋 copy color: '#750855'

red 117 ◦ green 8 ◦ blue 85

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

Shades of Tyrian Purple #750855

Tints of Tyrian Purple #750855

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

 BLUE value IS 85 (33.59% from 255) = 40.48%

R = 55.71%
G = 3.81%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#750855 (or 0x750855) is known color: Tyrian Purple. HEX triplet: 75, 08 and 55. RGB value is (117,8,85). Sum of RGB (Red+Green+Blue) = 117+8+85=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #750855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750855 is #8AF7AA. Grayscale: #313131. Windows color (decimal): -9107371 or 5572725. OLE color: 5572725.

HSL color Cylindrical-coordinate representation of color #750855: hue angle of 317.61º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750855 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 8 85 -
CMYK 0 0.93 0.27 0.54
HSL 317.61º 0.87% 0.25% -
HSV(B) 317.61º 0.93% 0.46% -
XYZ 9.06 4.61 9.01 -
YUV 49.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 117 8 85 0 0.93 0.27 0.54 317.61 0.87 0.25
Hex 75 8 55 0 5D 1B 36 13E 57 19
Octal 165 10 125 0 135 33 66 476 127 31
Binary 1110101 1000 1010101 0 1011101 11011 110110 100111110 1010111 11001

Color Harmonies of #750855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750855

Black with #750855

Text Example


Text Example

White with #750855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750855; }

 p { color: rgb(117,8,85); }

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

background-color css

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

 a { background-color: rgb(117,8,85); }

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

border-color css

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

 span { border-color: rgb(117,8,85); }

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