Html Css Color HEX #750186 Purple

📋 copy color: '#750186'

red 117 ◦ green 1 ◦ blue 134

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

Shades of Purple #750186

Tints of Purple #750186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 46.43%
G = 0.4%
B = 53.17%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#750186 (or 0x750186) is known color: Purple. HEX triplet: 75, 01 and 86. RGB value is (117,1,134). Sum of RGB (Red+Green+Blue) = 117+1+134=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #750186 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750186 is #8AFE79. Grayscale: #323232. Windows color (decimal): -9109114 or 8782197. OLE color: 8782197.

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

Color convert

RGB 117 1 134 -
CMYK 0.13 0.99 0 0.47
HSL 292.33º 0.99% 0.26% -
HSV(B) 292.33º 0.99% 0.53% -
XYZ 11.65 5.52 23.01 -
YUV 50.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 117 1 134 0.13 0.99 0 0.47 292.33 0.99 0.26
Hex 75 1 86 D 63 0 2F 124 63 1A
Octal 165 1 206 15 143 0 57 444 143 32
Binary 1110101 1 10000110 1101 1100011 0 101111 100100100 1100011 11010

Color Harmonies of #750186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750186

Black with #750186

Text Example


Text Example

White with #750186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750186; }

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

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

background-color css

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

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

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

border-color css

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

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

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