Html Css Color HEX #751584 Purple

📋 copy color: '#751584'

red 117 ◦ green 21 ◦ blue 132

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

Shades of Purple #751584

Tints of Purple #751584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

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

R = 43.33%
G = 7.78%
B = 48.89%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#751584 (or 0x751584) is known color: Purple. HEX triplet: 75, 15 and 84. RGB value is (117,21,132). Sum of RGB (Red+Green+Blue) = 117+21+132=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #751584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751584 is #8AEA7B. Grayscale: #3E3E3E. Windows color (decimal): -9103996 or 8656245. OLE color: 8656245.

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

Color convert

RGB 117 21 132 -
CMYK 0.11 0.84 0 0.48
HSL 291.89º 0.73% 0.3% -
HSV(B) 291.89º 0.84% 0.52% -
XYZ 11.77 5.98 22.36 -
YUV 62.36 167.3 166.97 -
System Red Green Blue C M Y K H S L
Decimal 117 21 132 0.11 0.84 0 0.48 291.89 0.73 0.3
Hex 75 15 84 B 54 0 30 124 49 1E
Octal 165 25 204 13 124 0 60 444 111 36
Binary 1110101 10101 10000100 1011 1010100 0 110000 100100100 1001001 11110

Color Harmonies of #751584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751584

Black with #751584

Text Example


Text Example

White with #751584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751584; }

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

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

background-color css

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

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

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

border-color css

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

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

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