Html Css Color HEX #750884 Purple

📋 copy color: '#750884'

red 117 ◦ green 8 ◦ blue 132

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

Shades of Purple #750884

Tints of Purple #750884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 51.36%

R = 45.53%
G = 3.11%
B = 51.36%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750884 (or 0x750884) is known color: Purple. HEX triplet: 75, 08 and 84. RGB value is (117,8,132). Sum of RGB (Red+Green+Blue) = 117+8+132=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #750884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750884 is #8AF77B. Grayscale: #363636. Windows color (decimal): -9107324 or 8652917. OLE color: 8652917.

HSL color Cylindrical-coordinate representation of color #750884: hue angle of 292.74º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750884 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 8 132 -
CMYK 0.11 0.94 0 0.48
HSL 292.74º 0.89% 0.27% -
HSV(B) 292.74º 0.94% 0.52% -
XYZ 11.59 5.62 22.3 -
YUV 54.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 117 8 132 0.11 0.94 0 0.48 292.74 0.89 0.27
Hex 75 8 84 B 5E 0 30 125 59 1B
Octal 165 10 204 13 136 0 60 445 131 33
Binary 1110101 1000 10000100 1011 1011110 0 110000 100100101 1011001 11011

Color Harmonies of #750884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750884

Black with #750884

Text Example


Text Example

White with #750884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750884; }

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

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

background-color css

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

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

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

border-color css

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

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

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