Html Css Color HEX #750486 Purple

📋 copy color: '#750486'

red 117 ◦ green 4 ◦ blue 134

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

Shades of Purple #750486

Tints of Purple #750486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 45.88%
G = 1.57%
B = 52.55%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#750486 (or 0x750486) is known color: Purple. HEX triplet: 75, 04 and 86. RGB value is (117,4,134). Sum of RGB (Red+Green+Blue) = 117+4+134=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #750486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750486 is #8AFB79. Grayscale: #343434. Windows color (decimal): -9108346 or 8782965. OLE color: 8782965.

HSL color Cylindrical-coordinate representation of color #750486: hue angle of 292.15º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750486 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 4 134 -
CMYK 0.13 0.97 0 0.47
HSL 292.15º 0.94% 0.27% -
HSV(B) 292.15º 0.97% 0.53% -
XYZ 11.68 5.59 23.02 -
YUV 52.61 173.94 173.93 -
System Red Green Blue C M Y K H S L
Decimal 117 4 134 0.13 0.97 0 0.47 292.15 0.94 0.27
Hex 75 4 86 D 61 0 2F 124 5E 1B
Octal 165 4 206 15 141 0 57 444 136 33
Binary 1110101 100 10000110 1101 1100001 0 101111 100100100 1011110 11011

Color Harmonies of #750486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750486

Black with #750486

Text Example


Text Example

White with #750486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750486; }

 p { color: rgb(117,4,134); }

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

background-color css

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

 a { background-color: rgb(117,4,134); }

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

border-color css

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

 span { border-color: rgb(117,4,134); }

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