Html Css Color HEX #750184 Purple

📋 copy color: '#750184'

red 117 ◦ green 1 ◦ blue 132

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

Shades of Purple #750184

Tints of Purple #750184

RGB

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

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

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

R = 46.8%
G = 0.4%
B = 52.8%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#750184 (or 0x750184) is known color: Purple. HEX triplet: 75, 01 and 84. RGB value is (117,1,132). Sum of RGB (Red+Green+Blue) = 117+1+132=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #750184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750184 is #8AFE7B. Grayscale: #323232. Windows color (decimal): -9109116 or 8651125. OLE color: 8651125.

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

Color convert

RGB 117 1 132 -
CMYK 0.11 0.99 0 0.48
HSL 293.13º 0.98% 0.26% -
HSV(B) 293.13º 0.99% 0.52% -
XYZ 11.51 5.47 22.28 -
YUV 50.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 117 1 132 0.11 0.99 0 0.48 293.13 0.98 0.26
Hex 75 1 84 B 63 0 30 125 62 1A
Octal 165 1 204 13 143 0 60 445 142 32
Binary 1110101 1 10000100 1011 1100011 0 110000 100100101 1100010 11010

Color Harmonies of #750184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750184

Black with #750184

Text Example


Text Example

White with #750184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750184; }

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

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

background-color css

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

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

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

border-color css

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

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

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