Html Css Color HEX #750084 Purple

📋 copy color: '#750084'

red 117 ◦ green 0 ◦ blue 132

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

Shades of Purple #750084

Tints of Purple #750084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.99%
G = 0%
B = 53.01%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750084 (or 0x750084) is known color: Purple. HEX triplet: 75, 00 and 84. RGB value is (117,0,132). Sum of RGB (Red+Green+Blue) = 117+0+132=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #750084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750084 is #8AFF7B. Grayscale: #313131. Windows color (decimal): -9109372 or 8650869. OLE color: 8650869.

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

Color convert

RGB 117 0 132 -
CMYK 0.11 1 0 0.48
HSL 293.18º 1% 0.26% -
HSV(B) 293.18º 1% 0.52% -
XYZ 11.5 5.45 22.28 -
YUV 50.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 117 0 132 0.11 1 0 0.48 293.18 1 0.26
Hex 75 0 84 B 64 0 30 125 64 1A
Octal 165 0 204 13 144 0 60 445 144 32
Binary 1110101 0 10000100 1011 1100100 0 110000 100100101 1100100 11010

Color Harmonies of #750084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750084

Black with #750084

Text Example


Text Example

White with #750084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750084; }

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

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

background-color css

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

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

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

border-color css

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

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

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