Html Css Color HEX #750984 Purple

📋 copy color: '#750984'

red 117 ◦ green 9 ◦ blue 132

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

Shades of Purple #750984

Tints of Purple #750984

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 45.35%
G = 3.49%
B = 51.16%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750984 (or 0x750984) is known color: Purple. HEX triplet: 75, 09 and 84. RGB value is (117,9,132). Sum of RGB (Red+Green+Blue) = 117+9+132=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #750984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750984 is #8AF67B. Grayscale: #363636. Windows color (decimal): -9107068 or 8653173. OLE color: 8653173.

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

Color convert

RGB 117 9 132 -
CMYK 0.11 0.93 0 0.48
HSL 292.68º 0.87% 0.28% -
HSV(B) 292.68º 0.93% 0.52% -
XYZ 11.6 5.64 22.31 -
YUV 55.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 117 9 132 0.11 0.93 0 0.48 292.68 0.87 0.28
Hex 75 9 84 B 5D 0 30 125 57 1C
Octal 165 11 204 13 135 0 60 445 127 34
Binary 1110101 1001 10000100 1011 1011101 0 110000 100100101 1010111 11100

Color Harmonies of #750984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750984

Black with #750984

Text Example


Text Example

White with #750984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750984; }

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

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

background-color css

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

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

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

border-color css

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

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

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