Html Css Color HEX #750B87 Purple

📋 copy color: '#750B87'

red 117 ◦ green 11 ◦ blue 135

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

Shades of Purple #750B87

Tints of Purple #750B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 44.49%
G = 4.18%
B = 51.33%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#750B87 (or 0x750B87) is known color: Purple. HEX triplet: 75, 0B and 87. RGB value is (117,11,135). Sum of RGB (Red+Green+Blue) = 117+11+135=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #750B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750B87 is #8AF478. Grayscale: #383838. Windows color (decimal): -9106553 or 8850293. OLE color: 8850293.

HSL color Cylindrical-coordinate representation of color #750B87: hue angle of 291.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750B87 is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 11 135 -
CMYK 0.13 0.92 0 0.47
HSL 291.29º 0.85% 0.29% -
HSV(B) 291.29º 0.92% 0.53% -
XYZ 11.83 5.77 23.41 -
YUV 56.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 117 11 135 0.13 0.92 0 0.47 291.29 0.85 0.29
Hex 75 B 87 D 5C 0 2F 123 55 1D
Octal 165 13 207 15 134 0 57 443 125 35
Binary 1110101 1011 10000111 1101 1011100 0 101111 100100011 1010101 11101

Color Harmonies of #750B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750B87

Black with #750B87

Text Example


Text Example

White with #750B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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