Html Css Color HEX #750784 Purple

📋 copy color: '#750784'

red 117 ◦ green 7 ◦ blue 132

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

Shades of Purple #750784

Tints of Purple #750784

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.73%

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

R = 45.7%
G = 2.73%
B = 51.56%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750784 (or 0x750784) is known color: Purple. HEX triplet: 75, 07 and 84. RGB value is (117,7,132). Sum of RGB (Red+Green+Blue) = 117+7+132=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #750784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750784 is #8AF87B. Grayscale: #353535. Windows color (decimal): -9107580 or 8652661. OLE color: 8652661.

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

Color convert

RGB 117 7 132 -
CMYK 0.11 0.95 0 0.48
HSL 292.8º 0.9% 0.27% -
HSV(B) 292.8º 0.95% 0.52% -
XYZ 11.58 5.6 22.3 -
YUV 54.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 117 7 132 0.11 0.95 0 0.48 292.8 0.9 0.27
Hex 75 7 84 B 5F 0 30 125 5A 1B
Octal 165 7 204 13 137 0 60 445 132 33
Binary 1110101 111 10000100 1011 1011111 0 110000 100100101 1011010 11011

Color Harmonies of #750784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750784

Black with #750784

Text Example


Text Example

White with #750784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750784; }

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

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

background-color css

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

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

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

border-color css

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

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

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