Html Css Color HEX #750671 Purple

📋 copy color: '#750671'

red 117 ◦ green 6 ◦ blue 113

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

Shades of Purple #750671

Tints of Purple #750671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

 BLUE value IS 113 (44.53% from 255) = 47.88%

R = 49.58%
G = 2.54%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#750671 (or 0x750671) is known color: Purple. HEX triplet: 75, 06 and 71. RGB value is (117,6,113). Sum of RGB (Red+Green+Blue) = 117+6+113=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #750671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750671 is #8AF98E. Grayscale: #333333. Windows color (decimal): -9107855 or 7407221. OLE color: 7407221.

HSL color Cylindrical-coordinate representation of color #750671: hue angle of 302.16º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750671 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 6 113 -
CMYK 0 0.95 0.03 0.54
HSL 302.16º 0.9% 0.24% -
HSV(B) 302.16º 0.95% 0.46% -
XYZ 10.38 5.1 16.06 -
YUV 51.39 162.77 174.8 -
System Red Green Blue C M Y K H S L
Decimal 117 6 113 0 0.95 0.03 0.54 302.16 0.9 0.24
Hex 75 6 71 0 5F 3 36 12E 5A 18
Octal 165 6 161 0 137 3 66 456 132 30
Binary 1110101 110 1110001 0 1011111 11 110110 100101110 1011010 11000

Color Harmonies of #750671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750671

Black with #750671

Text Example


Text Example

White with #750671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750671; }

 p { color: rgb(117,6,113); }

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

background-color css

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

 a { background-color: rgb(117,6,113); }

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

border-color css

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

 span { border-color: rgb(117,6,113); }

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